"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "0b7a18cef0e415bd22a7efb05a238c3cd5cde3ad"
Unverified Commit 5e326d6f authored by Dmitry Tokarev's avatar Dmitry Tokarev
Browse files

Fix vllm version for main ToT and a small doc update


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent b6596c52
...@@ -27,7 +27,7 @@ The following table shows the backend framework versions included with each Dyna ...@@ -27,7 +27,7 @@ The following table shows the backend framework versions included with each Dyna
| **Dynamo** | **SGLang** | **TensorRT-LLM** | **vLLM** | **NIXL** | | **Dynamo** | **SGLang** | **TensorRT-LLM** | **vLLM** | **NIXL** |
| :--- | :--- | :--- | :--- | :--- | | :--- | :--- | :--- | :--- | :--- |
| **main (ToT)** | `0.5.9` | `1.3.0rc5.post1` | `0.16.0` | `0.10.1` | | **main (ToT)** | `0.5.9` | `1.3.0rc5.post1` | `0.17.1` | `0.10.1` |
| **v1.0.0** | `0.5.9` | `1.3.0rc5.post1` | `0.16.0` | `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.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` | | **v0.9.0** | `0.5.8` | `1.3.0rc1` | `0.14.1` | `0.9.0` |
......
...@@ -58,9 +58,9 @@ This MM router depends on vLLM PR [`#33304`](https://github.com/vllm-project/vll ...@@ -58,9 +58,9 @@ This MM router depends on vLLM PR [`#33304`](https://github.com/vllm-project/vll
As of **2026-02-25**: 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**) - 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): Example (patch installed vLLM in-place, `site-packages` layout):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment