Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed trtllm nvcr.io
  • Loading branch information
athreesh committed Aug 22, 2025
commit a59dfbce2eb1afdcad3635c7a9e094578b97fcfb
2 changes: 1 addition & 1 deletion docs/guides/dynamo_deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The easiest way is to use public images from the [NVIDIA NGC Catalog](https://ca
# In your deployment YAML:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.4.0 # vLLM
image: nvcr.io/nvidia/ai-dynamo/sglang-runtime:0.4.0 # SGLang
image: nvcr.io/nvidia/ai-dynamo/trtllm-runtime:0.4.0 # TensorRT-LLM
image: nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:0.4.0 # TensorRT-LLM
```

**Option 2: Build Your Own**
Expand Down
Loading