NVIDIA Dynamo

Distributed inference framework with disaggregated prefill and decode for datacenter LLM serving.

Open SourceSelf HostedOffline CapableGPU Required
0.0 (0)

About

NVIDIA announced Dynamo at GTC 2025 as the open-source, datacenter-scale layer that orchestrates multi-node LLM serving without replacing the underlying engine, coordinating vLLM, SGLang, and TensorRT-LLM workers from one control plane. Its core techniques are disaggregated serving, which splits prefill and decode onto independently scalable GPU pools, KV-aware routing that sends requests to workers with the best cache overlap, and KV cache offloading tiered across GPU memory, CPU memory, SSD, and remote storage. ModelExpress streams weights GPU to GPU for cold starts the project reports as 7x faster, and an SLA-driven planner autoscales against latency and cost targets. The stack is written in Rust for performance with Python for extensibility, installs from PyPI as ai-dynamo with per-engine extras, and ships prebuilt containers on NGC plus beta zero-config Kubernetes deployment. Licensed Apache-2.0 with about 7.6k GitHub stars and documentation at docs.nvidia.com/dynamo, it targets teams serving large models across many nodes rather than single-GPU setups.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Advanced (4/5)
License
Apache-2.0
Added
Jul 29, 2026

Related Tools

Minimalist ML framework in Rust by Hugging Face for fast inference.

Open SourceSelf HostedOffline
Advanced
0.0 (0)

Open-source ChatGPT alternative that runs 100% offline on your computer.

Open SourceSelf HostedOffline
Beginner
0.0 (0)
Featured

Port of Meta's LLaMA model in C/C++ for efficient CPU inference

Open SourceSelf HostedOffline
Intermediate
0.0 (0)

Fast LLM inference on consumer GPUs using neuron-aware sparse computation.

Open SourceSelf HostedOfflineGPU 4GB+
Advanced
0.0 (0)
Featured

High-throughput LLM serving engine with PagedAttention

Open SourceSelf HostedOfflineGPU 16GB+
Intermediate
0.0 (0)

Minimalist machine learning framework for Rust focused on performance and serverless inference.

Open SourceSelf HostedOffline
Intermediate
0.0 (0)
Browse all LLM Inference & Serving tools