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
5e326d6f
Unverified
Commit
5e326d6f
authored
Mar 15, 2026
by
Dmitry Tokarev
Browse files
Fix vllm version for main ToT and a small doc update
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
b6596c52
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/reference/support-matrix.md
docs/reference/support-matrix.md
+1
-1
examples/backends/vllm/mm_router_worker/README.md
examples/backends/vllm/mm_router_worker/README.md
+2
-2
No files found.
docs/reference/support-matrix.md
View file @
5e326d6f
...
...
@@ -27,7 +27,7 @@ The following table shows the backend framework versions included with each Dyna
|
**Dynamo**
|
**SGLang**
|
**TensorRT-LLM**
|
**vLLM**
|
**NIXL**
|
| :--- | :--- | :--- | :--- | :--- |
|
**main (ToT)**
|
`0.5.9`
|
`1.3.0rc5.post1`
|
`0.1
6.0
`
|
`0.10.1`
|
|
**main (ToT)**
|
`0.5.9`
|
`1.3.0rc5.post1`
|
`0.1
7.1
`
|
`0.10.1`
|
|
**v1.0.0**
|
`0.5.9`
|
`1.3.0rc5.post1`
|
`0.16.0`
|
`0.10.1`
|
|
**v0.9.1**
|
`0.5.8`
|
`1.3.0rc3`
|
`0.14.1`
|
`0.9.0`
|
|
**v0.9.0**
|
`0.5.8`
|
`1.3.0rc1`
|
`0.14.1`
|
`0.9.0`
|
...
...
examples/backends/vllm/mm_router_worker/README.md
View file @
5e326d6f
...
...
@@ -58,9 +58,9 @@ This MM router depends on vLLM PR [`#33304`](https://github.com/vllm-project/vll
As of **2026-02-25**:
- PR [`
#33304
`](https://github.com/vllm-project/vllm/pull/33304) is merged into `
vllm-project/vllm:main
` (merged on **2026-02-21**)
- the latest
vLLM
release
shown on GitHub releases is **v0.16.0
(2026-02-13)**, which predates this PR
- the latest
Dynamo
release
1.0.0 includes vLLM v0.16.0 released on **
(2026-02-13)**, which predates this PR
If you are using a
released vLLM package
, you likely need to patch
your
installed `
site-packages
` manually.
If you are using a
Dynamo 1.0.0
, you likely need to patch
vLLM package
installed
in
`
site-packages
` manually.
Example (patch installed vLLM in-place, `
site-packages
` layout):
...
...
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