Unverified Commit c546b630 authored by ishandhanani's avatar ishandhanani Committed by GitHub
Browse files

fix: update SGLang version in instructions and Dockerfile to revert to 0.4.8.post1 (#2204)

parent 62c78986
......@@ -9,10 +9,10 @@ Dynamo supports SGLang's implementation of wide expert parallelism and large sca
## Instructions
1. Pull the SGLang container.
1. Pull the SGLang release `v0.4.8.post1` container. We are actively working on validating newer releases.
```bash
docker pull lmsysorg/sglang:latest
docker pull lmsysorg/sglang:v0.4.8.post1-cu126
```
You can also pull a specific tag from the [lmsys dockerhub](https://hub.docker.com/r/lmsysorg/sglang/tags)
......
......@@ -15,7 +15,7 @@
# This should be pinned to the sglang version that is installed with Dynamo
# in the pyproject.toml
FROM lmsysorg/sglang:v0.4.9.post6-cu126
FROM lmsysorg/sglang:v0.4.8.post1-cu126
# Add NIXL build dependencies
RUN apt-get update -y && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment