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
546f1bbc
Unverified
Commit
546f1bbc
authored
Jan 26, 2026
by
Dmitry Tokarev
Committed by
GitHub
Jan 26, 2026
Browse files
fix: sglang version in build.sh and docs (#5665)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
4f981e28
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
benchmarks/pyproject.toml
benchmarks/pyproject.toml
+1
-1
container/build.sh
container/build.sh
+1
-1
fern/pages/getting-started/support-matrix.md
fern/pages/getting-started/support-matrix.md
+1
-1
fern/pages/reference/support-matrix.md
fern/pages/reference/support-matrix.md
+1
-1
No files found.
benchmarks/pyproject.toml
View file @
546f1bbc
...
...
@@ -49,7 +49,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.post2 (==4.57.1), SGLang 0.5.
7
(==4.57.1)
# Satisfies vLLM 0.11.0 (>=4.55.2), vLLM 0.11.2 (>=4.56.0,<5), TRT-LLM 1.2.0rc6.post2 (==4.57.1), SGLang 0.5.
8
(==4.57.1)
"transformers>=4.56.0"
,
"pytest-mypy"
,
]
...
...
container/build.sh
View file @
546f1bbc
...
...
@@ -136,7 +136,7 @@ SGLANG_BASE_IMAGE_TAG="25.06-cuda12.9-devel-ubuntu24.04"
SGLANG_BASE_IMAGE_TAG_CU13
=
"25.11-cuda13.0-devel-ubuntu24.04"
SGLANG_CUDA_VERSION
=
"12.9.1"
SGLANG_CUDA_VERSION_CU13
=
"13.0.1"
SGLANG_RUNTIME_IMAGE_TAG_CU13
=
"v0.5.
7
-cu130-runtime"
SGLANG_RUNTIME_IMAGE_TAG_CU13
=
"v0.5.
8
-cu130-runtime"
PYTHON_VERSION
=
"3.12"
...
...
fern/pages/getting-started/support-matrix.md
View file @
546f1bbc
...
...
@@ -61,7 +61,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.
7
| 0.5.7 | 0.5.3.post4| 0.5.3.post4 | 0.5.3.post4|
| SGLang | 0.5.
8
| 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 |
...
...
fern/pages/reference/support-matrix.md
View file @
546f1bbc
...
...
@@ -61,7 +61,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.
7
| 0.5.7 | 0.5.3.post4| 0.5.3.post4 | 0.5.3.post4|
| SGLang | 0.5.
8
| 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 |
...
...
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