Release Artifacts
This document provides a comprehensive inventory of all Dynamo release artifacts including container images, Python wheels, Helm charts, and Rust crates.
See also: Support Matrix for hardware and platform compatibility | Feature Matrix for backend feature support
Release history in this document begins at v0.6.0.
Current Release: Dynamo v1.0.0
Container Images
* Multimodal inference on CUDA 13 images: works on AMD64 for all backends; works on ARM64 only for TensorRT-LLM (vllm-runtime:*-cuda13 and sglang-runtime:*-cuda13 do not support multimodality on ARM64).
Python Wheels
We recommend using the TensorRT-LLM NGC container instead of the ai-dynamo[trtllm] wheel. See the NGC container collection for supported images.
Helm Charts
Note: The
dynamo-crdsHelm chart is deprecated as of v1.0.0; CRDs are now managed by the Dynamo Operator. Thedynamo-graphHelm chart is deprecated as of v0.9.0.
Rust Crates
Quick Install Commands
Container Images (NGC)
For detailed run instructions, see the Container README or backend-specific guides: vLLM | SGLang | TensorRT-LLM
Python Wheels (PyPI)
For detailed installation instructions, see the Local Quick Start in the README.
Helm Charts (NGC)
For Kubernetes deployment instructions, see the Kubernetes Installation Guide.
Rust Crates (crates.io)
For API documentation, see each crate on docs.rs. To build Dynamo from source, see Building from Source.
CUDA and Driver Requirements: For detailed CUDA toolkit versions and minimum driver requirements for each container image, see the Support Matrix.
Known Issues
For a complete list of known issues, refer to the release notes for each version:
Known Artifact Issues
Release History
- v1.0.0: First major release. SGLang
v0.5.9, TRT-LLMv1.3.0rc5.post1(CUDA 13.1), vLLMv0.16.0, NIXLv0.10.1. Newsnapshot-agentcontainer andsnapshotHelm chart (Preview). New EFA container variants for vLLM and TRT-LLM (Experimental, AMD64 only). Newdynamo-mockeranddynamo-kv-routerRust crates. Deprecateddynamo-crdsHelm chart (CRDs now managed by the Operator).v1alpha1CRDs deprecated. - v0.9.1: Updated TRT-LLM to
v1.3.0rc3. All other backend versions unchanged from v0.9.0. - v0.9.0.post1: Fixed
dynamo-platformHelm chart operator image tag (Helm chart only, NGC) - v0.9.0: Updated vLLM to
v0.14.1, SGLang tov0.5.8, TRT-LLM tov1.3.0rc1, NIXL tov0.9.0. Newdynamo-tokensRust crate. Deprecateddynamo-graphHelm chart. - v0.8.1.post1/.post2/.post3 Patches: Experimental patch releases updating TRT-LLM only (PyPI wheels and TRT-LLM container). No other artifacts changed.
- Standalone Frontend Container:
dynamo-frontendadded in v0.8.0 - EFA Runtimes: Experimental AWS EFA variants for vLLM and TRT-LLM (AMD64 only) in v1.0.0
- CUDA 13 Runtimes: Experimental CUDA 13 runtime for SGLang and vLLM in v0.8.0
- New Rust Crates:
dynamo-memoryanddynamo-configadded in v0.8.0
GitHub Releases
Container Images
NGC Collection: ai-dynamo
To access a specific version, append
?version=TAGto the container URL:https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ai-dynamo/containers/{container}?version={tag}
vllm-runtime
sglang-runtime
tensorrtllm-runtime
dynamo-frontend
kubernetes-operator
snapshot-agent
Python Wheels
PyPI: ai-dynamo | ai-dynamo-runtime | kvbm
To access a specific version:
https://pypi.org/project/{package}/{version}/
ai-dynamo (wheel)
ai-dynamo-runtime (wheel)
kvbm (wheel)
Helm Charts
NGC Helm Registry: ai-dynamo
Direct download:
https://helm.ngc.nvidia.com/nvidia/ai-dynamo/charts/{chart}-{version}.tgz
dynamo-crds (Helm chart) — Deprecated
Note: The
dynamo-crdsHelm chart is deprecated as of v1.0.0. CRDs are now managed by the Dynamo Operator.
dynamo-platform (Helm chart)
snapshot (Helm chart)
dynamo-graph (Helm chart) — Deprecated
Note: The
dynamo-graphHelm chart is deprecated as of v0.9.0.
Rust Crates
crates.io: dynamo-runtime | dynamo-llm | dynamo-async-openai | dynamo-parsers | dynamo-memory | dynamo-config | dynamo-tokens
To access a specific version:
https://crates.io/crates/{crate}/{version}