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
63bee8b3
Unverified
Commit
63bee8b3
authored
Jan 27, 2026
by
Alec
Committed by
GitHub
Jan 27, 2026
Browse files
chore: bump vLLM to 0.14.1 (#5691)
Signed-off-by:
alec-flowers
<
aflowers@nvidia.com
>
parent
8ebfd1e4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
container/Dockerfile.vllm
container/Dockerfile.vllm
+1
-1
container/deps/vllm/install_vllm.sh
container/deps/vllm/install_vllm.sh
+1
-1
docs/reference/support-matrix.md
docs/reference/support-matrix.md
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
container/Dockerfile.vllm
View file @
63bee8b3
...
@@ -75,7 +75,7 @@ ARG RUNTIME_IMAGE_TAG="12.9.1-runtime-ubuntu24.04"
...
@@ -75,7 +75,7 @@ ARG RUNTIME_IMAGE_TAG="12.9.1-runtime-ubuntu24.04"
ARG CUDA_VERSION="12.9"
ARG CUDA_VERSION="12.9"
# Make sure to update the dependency version in pyproject.toml when updating this
# Make sure to update the dependency version in pyproject.toml when updating this
ARG VLLM_REF="v0.14.
0
"
ARG VLLM_REF="v0.14.
1
"
# FlashInfer Ref used to install flashinfer-cubin and flashinfer-jit-cache
# FlashInfer Ref used to install flashinfer-cubin and flashinfer-jit-cache
ARG FLASHINF_REF="v0.5.3"
ARG FLASHINF_REF="v0.5.3"
...
...
container/deps/vllm/install_vllm.sh
View file @
63bee8b3
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
set
-euo
pipefail
set
-euo
pipefail
VLLM_VER
=
"0.14.
0
"
VLLM_VER
=
"0.14.
1
"
VLLM_REF
=
"v
${
VLLM_VER
}
"
VLLM_REF
=
"v
${
VLLM_VER
}
"
# Basic Configurations
# Basic Configurations
...
...
docs/reference/support-matrix.md
View file @
63bee8b3
...
@@ -16,7 +16,7 @@ The following table shows the backend framework versions included with each Dyna
...
@@ -16,7 +16,7 @@ The following table shows the backend framework versions included with each Dyna
|
**Dependency**
|
**main (ToT)**
|
**v0.8.1.post1**
|
**v0.8.1 (latest)**
|
**v0.8.0**
|
**v0.7.1**
|
**v0.7.0.post1**
|
**v0.7.0**
|
|
**Dependency**
|
**main (ToT)**
|
**v0.8.1.post1**
|
**v0.8.1 (latest)**
|
**v0.8.0**
|
**v0.7.1**
|
**v0.7.0.post1**
|
**v0.7.0**
|
| :------------- | :------------- | :--------------- | :------------------ | :--------- | :--------- | :--------------- | :--------- |
| :------------- | :------------- | :--------------- | :------------------ | :--------- | :--------- | :--------------- | :--------- |
| vLLM |
`0.14.
0
`
|
`0.12.0`
|
`0.12.0`
|
`0.12.0`
|
`0.11.0`
|
`0.11.0`
|
`0.11.0`
|
| vLLM |
`0.14.
1
`
|
`0.12.0`
|
`0.12.0`
|
`0.12.0`
|
`0.11.0`
|
`0.11.0`
|
`0.11.0`
|
| SGLang |
`0.5.8`
|
`0.5.6.post2`
|
`0.5.6.post2`
|
`0.5.6.post2`
|
`0.5.3.post4`
|
`0.5.3.post4`
|
`0.5.3.post4`
|
| SGLang |
`0.5.8`
|
`0.5.6.post2`
|
`0.5.6.post2`
|
`0.5.6.post2`
|
`0.5.3.post4`
|
`0.5.3.post4`
|
`0.5.3.post4`
|
| TensorRT-LLM |
`1.2.0rc6.post2`
|
`1.2.0rc6.post2`
|
`1.2.0rc6.post1`
|
`1.2.0rc6.post1`
|
`1.2.0rc3`
|
`1.2.0rc3`
|
`1.2.0rc2`
|
| TensorRT-LLM |
`1.2.0rc6.post2`
|
`1.2.0rc6.post2`
|
`1.2.0rc6.post1`
|
`1.2.0rc6.post1`
|
`1.2.0rc3`
|
`1.2.0rc3`
|
`1.2.0rc2`
|
| NIXL |
`0.9.0`
|
`0.8.0`
|
`0.8.0`
|
`0.8.0`
|
`0.8.0`
|
`0.8.0`
|
`0.8.0`
|
| NIXL |
`0.9.0`
|
`0.8.0`
|
`0.8.0`
|
`0.8.0`
|
`0.8.0`
|
`0.8.0`
|
`0.8.0`
|
...
...
pyproject.toml
View file @
63bee8b3
...
@@ -56,7 +56,7 @@ trtllm =[
...
@@ -56,7 +56,7 @@ trtllm =[
vllm
=
[
vllm
=
[
"uvloop"
,
"uvloop"
,
"nixl[cu12]<=0.9.0"
,
"nixl[cu12]<=0.9.0"
,
"vllm[flashinfer,runai]==0.14.
0
"
,
"vllm[flashinfer,runai]==0.14.
1
"
,
]
]
sglang
=
[
sglang
=
[
...
...
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