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
92748c93
"components/backends/vscode:/vscode.git/clone" did not exist on "97390ac0fb5d560a8a06b1b3005af697d5695af3"
Unverified
Commit
92748c93
authored
Jan 08, 2026
by
ishandhanani
Committed by
GitHub
Jan 08, 2026
Browse files
feat: sglang update to 0.5.7 (#5148)
parent
07724eb9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
benchmarks/pyproject.toml
benchmarks/pyproject.toml
+1
-1
container/Dockerfile.sglang
container/Dockerfile.sglang
+1
-1
container/deps/requirements.txt
container/deps/requirements.txt
+1
-1
docs/reference/support-matrix.md
docs/reference/support-matrix.md
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
benchmarks/pyproject.toml
View file @
92748c93
...
...
@@ -46,7 +46,7 @@ dependencies = [
"pydantic>=2"
,
"tabulate"
,
"types-tabulate"
,
# Satisfies vLLM 0.11.0 (>=4.55.2), vLLM 0.11.2 (>=4.56.0,<5), TRT-LLM 1.2.0rc6 (==4.56.0), SGLang 0.5.
6.post2
(==4.57.1)
# Satisfies vLLM 0.11.0 (>=4.55.2), vLLM 0.11.2 (>=4.56.0,<5), TRT-LLM 1.2.0rc6 (==4.56.0), SGLang 0.5.
7
(==4.57.1)
"transformers>=4.56.0,<=4.57.1"
,
"pytest-mypy"
,
]
...
...
container/Dockerfile.sglang
View file @
92748c93
...
...
@@ -41,7 +41,7 @@ ARG ENABLE_MEDIA_FFMPEG
ARG CARGO_BUILD_JOBS
ARG RUNTIME_IMAGE="lmsysorg/sglang"
ARG RUNTIME_IMAGE_TAG="v0.5.
6.post2
-runtime"
ARG RUNTIME_IMAGE_TAG="v0.5.
7
-runtime"
# SCCACHE configuration
ARG USE_SCCACHE
...
...
container/deps/requirements.txt
View file @
92748c93
...
...
@@ -53,7 +53,7 @@ tensorboardX==2.6.2.2
# Transformers version constraint for container builds
# - vLLM 0.11.0: >=4.55.2, vLLM 0.11.2: >=4.56.0,<5
# - TensorRT-LLM 1.2.0rc6: ==4.56.0
# - SGLang 0.5.
6.post2
: ==4.57.1
# - SGLang 0.5.
7
: ==4.57.1
# Using >=4.56.0 and <=4.57.1 to satisfy all frameworks
transformers>=4.56.0,<=4.57.1
types-aiofiles==25.1.0.20251011
...
...
docs/reference/support-matrix.md
View file @
92748c93
...
...
@@ -62,7 +62,7 @@ The following table shows the dependency versions included with each Dynamo rele
|
**Dependency**
|
**main (ToT)**
|
**v0.8.0 (unreleased)**
|
**v0.7.1**
|
**v0.7.0.post1**
|
**v0.7.0**
|
| :------------- | :------------- | :---------------------- | :--------- | :--------------- | :--------- |
| SGLang | 0.5.
6.post2
| 0.5.
6.post2
| 0.5.3.post4| 0.5.3.post4 | 0.5.3.post4|
| SGLang | 0.5.
7
| 0.5.
7
| 0.5.3.post4| 0.5.3.post4 | 0.5.3.post4|
| TensorRT-LLM | 1.2.0rc6 | 1.2.0rc6 | 1.2.0rc3 | 1.2.0rc3 | 1.2.0rc2 |
| vLLM | 0.13.0 | 0.12.0 | 0.11.0 | 0.11.0 | 0.11.0 |
| NIXL | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 |
...
...
pyproject.toml
View file @
92748c93
...
...
@@ -61,7 +61,7 @@ vllm = [
sglang
=
[
"uvloop"
,
"sglang==0.5.
6.post2
"
,
"sglang==0.5.
7
"
,
"nixl[cu12]<=0.8.0"
,
]
...
...
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