"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "7af49a15b2786e64de5c2cd08e1ebb38d7505b47"
Unverified Commit aeb42f22 authored by dagil-nvidia's avatar dagil-nvidia Committed by GitHub
Browse files

docs: bump version references to v1.0.1 and add v1.1.0-dev.1 pre-release artifacts (#7469)

parent 7ff5e0be
...@@ -104,7 +104,7 @@ Most inference engines optimize a single GPU or a single node. Dynamo is the **o ...@@ -104,7 +104,7 @@ Most inference engines optimize a single GPU or a single node. Dynamo is the **o
```bash ```bash
# Pull a prebuilt container (SGLang example) # Pull a prebuilt container (SGLang example)
docker run --gpus all --network host --rm -it nvcr.io/nvidia/ai-dynamo/sglang-runtime:1.0.0 docker run --gpus all --network host --rm -it nvcr.io/nvidia/ai-dynamo/sglang-runtime:1.0.1
# Inside the container — start frontend and worker # Inside the container — start frontend and worker
python3 -m dynamo.frontend --http-port 8000 --discovery-backend file > /dev/null 2>&1 & python3 -m dynamo.frontend --http-port 8000 --discovery-backend file > /dev/null 2>&1 &
...@@ -118,7 +118,7 @@ curl -s localhost:8000/v1/chat/completions -H "Content-Type: application/json" - ...@@ -118,7 +118,7 @@ curl -s localhost:8000/v1/chat/completions -H "Content-Type: application/json" -
}' | jq }' | jq
``` ```
Also available: [`tensorrtllm-runtime:1.0.0`](https://docs.nvidia.com/dynamo/resources/release-artifacts) and [`vllm-runtime:1.0.0`](https://docs.nvidia.com/dynamo/resources/release-artifacts). Also available: [`tensorrtllm-runtime:1.0.1`](https://docs.nvidia.com/dynamo/resources/release-artifacts) and [`vllm-runtime:1.0.1`](https://docs.nvidia.com/dynamo/resources/release-artifacts).
### Option B: Install from PyPI ### Option B: Install from PyPI
......
...@@ -6,7 +6,7 @@ title: Feature Matrix ...@@ -6,7 +6,7 @@ title: Feature Matrix
This document provides a comprehensive compatibility matrix for key Dynamo features across the supported backends. This document provides a comprehensive compatibility matrix for key Dynamo features across the supported backends.
*Updated for Dynamo v1.0.0* *Updated for Dynamo v1.0.1*
**Legend:** **Legend:**
* ✅ : Supported * ✅ : Supported
......
This diff is collapsed.
...@@ -9,7 +9,9 @@ subtitle: Hardware, software, and build compatibility for Dynamo ...@@ -9,7 +9,9 @@ subtitle: Hardware, software, and build compatibility for Dynamo
## At a Glance ## At a Glance
**Latest stable release:** [v1.0.0](https://github.com/ai-dynamo/dynamo/releases/tag/v1.0.0) -- SGLang `0.5.9` | TensorRT-LLM `1.3.0rc5.post1` | vLLM `0.16.0` | NIXL `0.10.1` **Latest stable release:** [v1.0.1](https://github.com/ai-dynamo/dynamo/releases/tag/v1.0.1) -- SGLang `0.5.9` | TensorRT-LLM `1.3.0rc5.post1` | vLLM `0.16.0` | NIXL `0.10.1`
**Experimental release:** [v1.1.0-dev.1](https://github.com/ai-dynamo/dynamo/tree/release/1.1.0-dev.1) -- SGLang `0.5.9` | TensorRT-LLM `1.3.0rc5.post1` | vLLM `0.17.1` | NIXL `0.10.1`
| Requirement | Supported | | Requirement | Supported |
| :--- | :--- | | :--- | :--- |
...@@ -28,6 +30,8 @@ The following table shows the backend framework versions included with each Dyna ...@@ -28,6 +30,8 @@ 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.0rc7` | `0.17.1` | `0.10.1` | | **main (ToT)** | `0.5.9` | `1.3.0rc7` | `0.17.1` | `0.10.1` |
| **v1.1.0-dev.1** *(experimental)* | `0.5.9` | `1.3.0rc5.post1` | `0.17.1` | `0.10.1` |
| **v1.0.1** | `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` | | **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` |
...@@ -59,6 +63,11 @@ Dynamo container images include CUDA toolkit libraries. The host machine must ha ...@@ -59,6 +63,11 @@ Dynamo container images include CUDA toolkit libraries. The host machine must ha
| Dynamo Version | Backend | CUDA Toolkit | Min Driver | Notes | | Dynamo Version | Backend | CUDA Toolkit | Min Driver | Notes |
| :--- | :--- | :--- | :--- | :--- | | :--- | :--- | :--- | :--- | :--- |
| **1.0.1** | **SGLang** | 12.9 | 575.xx+ | |
| | | 13.0 | 580.xx+ | |
| | **TensorRT-LLM** | 13.1 | 580.xx+ | |
| | **vLLM** | 12.9 | 575.xx+ | |
| | | 13.0 | 580.xx+ | |
| **1.0.0** | **SGLang** | 12.9 | 575.xx+ | | | **1.0.0** | **SGLang** | 12.9 | 575.xx+ | |
| | | 13.0 | 580.xx+ | | | | | 13.0 | 580.xx+ | |
| | **TensorRT-LLM** | 13.1 | 580.xx+ | | | | **TensorRT-LLM** | 13.1 | 580.xx+ | |
......
...@@ -66,7 +66,7 @@ Each DGDR requires a container image for profiling and deployment: ...@@ -66,7 +66,7 @@ Each DGDR requires a container image for profiling and deployment:
```yaml ```yaml
spec: spec:
image: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.0" image: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.1"
``` ```
#### Quick Start: Deploy with DGDR #### Quick Start: Deploy with DGDR
...@@ -83,7 +83,7 @@ metadata: ...@@ -83,7 +83,7 @@ metadata:
spec: spec:
model: "Qwen/Qwen3-0.6B" model: "Qwen/Qwen3-0.6B"
backend: vllm backend: vllm
image: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.0" image: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.1"
workload: workload:
isl: 3000 isl: 3000
...@@ -229,7 +229,7 @@ metadata: ...@@ -229,7 +229,7 @@ metadata:
spec: spec:
model: "Qwen/Qwen3-0.6B" model: "Qwen/Qwen3-0.6B"
backend: vllm backend: vllm
image: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.0" image: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:1.0.1"
workload: { ... } workload: { ... }
sla: { ... } sla: { ... }
......
...@@ -47,7 +47,7 @@ redirects: ...@@ -47,7 +47,7 @@ redirects:
- source: "/dynamo/resources/examples" - source: "/dynamo/resources/examples"
destination: "/dynamo/dev/resources/examples" destination: "/dynamo/dev/resources/examples"
# Version-scoped getting-started → resources redirects # Version-scoped getting-started → resources redirects
# Only for versions where these pages moved (dev, v1.0.0, latest). # Only for versions where these pages moved (dev, v1.0.0, v1.0.1, latest).
# Older versions (v0.9.x and below) still have pages under getting-started. # Older versions (v0.9.x and below) still have pages under getting-started.
- source: "/dynamo/dev/getting-started/support-matrix" - source: "/dynamo/dev/getting-started/support-matrix"
destination: "/dynamo/dev/resources/support-matrix" destination: "/dynamo/dev/resources/support-matrix"
...@@ -57,6 +57,14 @@ redirects: ...@@ -57,6 +57,14 @@ redirects:
destination: "/dynamo/dev/resources/release-artifacts" destination: "/dynamo/dev/resources/release-artifacts"
- source: "/dynamo/dev/getting-started/examples" - source: "/dynamo/dev/getting-started/examples"
destination: "/dynamo/dev/resources/examples" destination: "/dynamo/dev/resources/examples"
- source: "/dynamo/v1.0.1/getting-started/support-matrix"
destination: "/dynamo/v1.0.1/resources/support-matrix"
- source: "/dynamo/v1.0.1/getting-started/feature-matrix"
destination: "/dynamo/v1.0.1/resources/feature-matrix"
- source: "/dynamo/v1.0.1/getting-started/release-artifacts"
destination: "/dynamo/v1.0.1/resources/release-artifacts"
- source: "/dynamo/v1.0.1/getting-started/examples"
destination: "/dynamo/v1.0.1/resources/examples"
- source: "/dynamo/v1.0.0/getting-started/support-matrix" - source: "/dynamo/v1.0.0/getting-started/support-matrix"
destination: "/dynamo/v1.0.0/resources/support-matrix" destination: "/dynamo/v1.0.0/resources/support-matrix"
- source: "/dynamo/v1.0.0/getting-started/feature-matrix" - source: "/dynamo/v1.0.0/getting-started/feature-matrix"
......
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