Skip to content

Commit ff8c491

Browse files
committed
chore: Revert "bump sglang version for 0.6.1 dynamo release (#3911)" (#3994)
1 parent df7753f commit ff8c491

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

container/Dockerfile.sglang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ARG DEEPEP_GB_COMMIT=1b14ad661c7640137fcfe93cccb2694ede1220b0
4848
ARG CMAKE_BUILD_PARALLEL_LEVEL=2
4949
ARG FLASHMLA_COMMIT=1408756a88e52a25196b759eaf8db89d2b51b5a1
5050
ARG SGL_KERNEL_VERSION=0.3.15
51-
ARG SGLANG_COMMIT=0.5.4.post1
51+
ARG SGLANG_COMMIT=0.5.3.post2
5252
ARG GDRCOPY_COMMIT=v2.4.4
5353
ARG NVSHMEM_VERSION=3.3.9
5454
ARG GRACE_BLACKWELL=false

container/Dockerfile.sglang-wideep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
ARG SGLANG_IMAGE_TAG="v0.5.4.post1"
4+
ARG SGLANG_IMAGE_TAG="v0.5.3.post2"
55
ARG BRANCH_TYPE
66
ARG CARGO_BUILD_JOBS
77

docs/backends/sglang/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ cd $DYNAMO_HOME
120120
# installs sglang supported version along with dynamo
121121
# include the prerelease flag to install flashinfer rc versions
122122
uv pip install -e .
123-
# install any sglang version >= 0.5.4.post1
124-
uv pip install "sglang[all]==0.5.4.post1"
123+
# install any sglang version >= 0.5.3.post2
124+
uv pip install "sglang[all]==0.5.3.post2"
125125
```
126126

127127
</details>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ vllm = [
6060

6161
sglang = [
6262
"uvloop",
63-
"nixl<=0.6.0",
64-
"sglang[all]==0.5.4.post1",
63+
"nixl<=0.7.0",
64+
"sglang[all]==0.5.3.post2",
6565
]
6666

6767
[dependency-groups]

0 commit comments

Comments
 (0)