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
666e4aa7
Unverified
Commit
666e4aa7
authored
Oct 29, 2025
by
Tushar Sharma
Committed by
GitHub
Oct 29, 2025
Browse files
chore: bump sglang version for 0.6.1 dynamo release (#3911)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
52090e2e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
container/Dockerfile.sglang
container/Dockerfile.sglang
+1
-1
container/Dockerfile.sglang-wideep
container/Dockerfile.sglang-wideep
+1
-1
docs/backends/sglang/README.md
docs/backends/sglang/README.md
+2
-2
pyproject.toml
pyproject.toml
+1
-1
No files found.
container/Dockerfile.sglang
View file @
666e4aa7
...
...
@@ -49,7 +49,7 @@ ARG DEEPEP_GB_COMMIT=1b14ad661c7640137fcfe93cccb2694ede1220b0
ARG CMAKE_BUILD_PARALLEL_LEVEL=2
ARG FLASHMLA_COMMIT=1408756a88e52a25196b759eaf8db89d2b51b5a1
ARG SGL_KERNEL_VERSION=0.3.15
ARG SGLANG_COMMIT=0.5.
3
.post
2
ARG SGLANG_COMMIT=0.5.
4
.post
1
ARG GDRCOPY_COMMIT=v2.4.4
ARG NVSHMEM_VERSION=3.3.9
ARG GRACE_BLACKWELL=false
...
...
container/Dockerfile.sglang-wideep
View file @
666e4aa7
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
ARG SGLANG_IMAGE_TAG="v0.5.
3
.post
2
"
ARG SGLANG_IMAGE_TAG="v0.5.
4
.post
1
"
ARG BRANCH_TYPE
ARG CARGO_BUILD_JOBS
...
...
docs/backends/sglang/README.md
View file @
666e4aa7
...
...
@@ -120,8 +120,8 @@ cd $DYNAMO_HOME
# installs sglang supported version along with dynamo
# include the prerelease flag to install flashinfer rc versions
uv pip
install
-e
.
# install any sglang version >= 0.5.
3
.post
2
uv pip
install
"sglang[all]==0.5.
3
.post
2
"
# install any sglang version >= 0.5.
4
.post
1
uv pip
install
"sglang[all]==0.5.
4
.post
1
"
```
</details>
...
...
pyproject.toml
View file @
666e4aa7
...
...
@@ -61,7 +61,7 @@ vllm = [
sglang
=
[
"uvloop"
,
"nixl<=0.6.0"
,
"sglang[all]==0.5.
3
.post
2
"
,
"sglang[all]==0.5.
4
.post
1
"
,
]
[dependency-groups]
...
...
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