Dynamo Support Matrix

View as Markdown

This document provides the support matrix for Dynamo, including hardware, software and build instructions.

See also: Feature Compatibility Matrix for backend-specific feature support (vLLM, TensorRT-LLM, SGLang).

Hardware Compatibility

CPU ArchitectureStatus
x86_64Supported
ARM64Supported

GPU Compatibility

If you are using a GPU, the following GPU models and architectures are supported:

GPU ArchitectureStatus
NVIDIA Blackwell ArchitectureSupported
NVIDIA Hopper ArchitectureSupported
NVIDIA Ada Lovelace ArchitectureSupported
NVIDIA Ampere ArchitectureSupported

Platform Architecture Compatibility

Dynamo is compatible with the following platforms:

Operating SystemVersionArchitectureStatus
Ubuntu22.04x86_64Supported
Ubuntu24.04x86_64Supported
Ubuntu24.04ARM64Supported
CentOS Stream9x86_64Experimental

Wheels are built using a manylinux_2_28-compatible environment and they have been validated on CentOS 9 and Ubuntu (22.04, 24.04).

Compatibility with other Linux distributions is expected but has not been officially verified yet.

KV Block Manager is supported only with Python 3.12. Python 3.12 support is currently limited to Ubuntu 24.04.

Software Compatibility

Runtime Dependency

Python PackageVersionglibc versionCUDA Version
ai-dynamo0.8.1>=2.28
ai-dynamo-runtime0.8.1>=2.28 (Python 3.12 has known issues)
NIXL0.8.0>=2.27>=11.8

Build Dependency

The following table shows the dependency versions included with each Dynamo release:

Dependencymain (ToT)v0.8.0v0.7.1v0.7.0.post1v0.7.0
SGLang0.5.70.5.6.post20.5.3.post40.5.3.post40.5.3.post4
TensorRT-LLM1.2.0rc6.post11.2.0rc6.post11.2.0rc31.2.0rc31.2.0rc2
vLLM0.13.00.12.00.11.00.11.00.11.0
NIXL0.8.00.8.00.8.00.8.00.8.0

main (ToT) reflects the current development branch.

Something went wrong!

CUDA Support by Framework

Dynamo VersionSGLangTensorRT-LLMvLLM
Dynamo 0.8.0CUDA 12.9, CUDA 13.0 (🧪)CUDA 13.0CUDA 12.9, CUDA 13.0 (🧪)
Dynamo 0.7.1CUDA 12.8CUDA 13.0CUDA 12.9

🧪 = Experimental

Cloud Service Provider Compatibility

AWS

Host Operating SystemVersionArchitectureStatus
Amazon Linux2023x86_64Supported¹

There is a known issue with the TensorRT-LLM framework when running the AL2023 container locally with docker run --network host ... due to a bug in mpi4py. To avoid this issue, replace the --network host flag with more precise networking configuration by mapping only the necessary ports (e.g., 4222 for nats, 2379/2380 for etcd, 8000 for frontend).

Build Support

Dynamo currently provides build support in the following ways:

Once you’ve confirmed that your platform and architecture are compatible, you can install Dynamo by following the instructions in the Quick Start Guide.