Quickstart
This guide covers running Dynamo using the CLI on your local machine or VM.
Looking to deploy on Kubernetes instead? See the Kubernetes Installation Guide and Kubernetes Quickstart for cluster deployments.
Choose Your Install Path
Install Dynamo
Option A: Containers (Recommended)
Containers have all dependencies pre-installed. No setup required.
See Release Artifacts for available versions and backend guides for run instructions: SGLang | TensorRT-LLM | vLLM
Option B: Install from PyPI
Install system dependencies and the Dynamo wheel for your chosen backend:
SGLang
TensorRT-LLM
vLLM
Run Dynamo
Start the frontend, then start a worker for your chosen backend.
To run in a single terminal (useful in containers), append > logfile.log 2>&1 &
to run processes in background. Example: python3 -m dynamo.frontend --discovery-backend file > dynamo.frontend.log 2>&1 &
In another terminal (or same terminal if using background mode), start a worker:
SGLang
TensorRT-LLM
vLLM