Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
c546b630
Unverified
Commit
c546b630
authored
Jul 30, 2025
by
ishandhanani
Committed by
GitHub
Jul 31, 2025
Browse files
fix: update SGLang version in instructions and Dockerfile to revert to 0.4.8.post1 (#2204)
parent
62c78986
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
components/backends/sglang/docs/dsr1-wideep-h100.md
components/backends/sglang/docs/dsr1-wideep-h100.md
+2
-2
container/Dockerfile.sglang-wideep
container/Dockerfile.sglang-wideep
+1
-1
No files found.
components/backends/sglang/docs/dsr1-wideep-h100.md
View file @
c546b630
...
...
@@ -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
)
...
...
container/Dockerfile.sglang-wideep
View file @
c546b630
...
...
@@ -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
.post
6
-cu126
FROM lmsysorg/sglang:v0.4.
8
.post
1
-cu126
# Add NIXL build dependencies
RUN apt-get update -y && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment