-
Notifications
You must be signed in to change notification settings - Fork 690
fix: misnamed tensorrtllm-runtime image and incorrect tag #4289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: misnamed tensorrtllm-runtime image and incorrect tag #4289
Conversation
Signed-off-by: Harrison King Saturley-Hall <[email protected]>
WalkthroughContainer image references are updated across deployment configurations and documentation. The image name Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (13)
🧰 Additional context used🧠 Learnings (2)📚 Learning: 2025-09-04T19:03:06.643ZApplied to files:
📚 Learning: 2025-07-31T11:26:48.422ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (13)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
nv-anants
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
| # ProfilingConfig maps directly to the profile_sla.py config format | ||
| profilingConfig: | ||
| profilerImage: "nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-554.0" | ||
| profilerImage: "nvcr.io/nvidian/dynamo-dev/vllm-runtime:my-tag" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind changing these to nvidia/ai-dynamo as well?
| profilerImage: "nvcr.io/nvidian/dynamo-dev/vllm-runtime:my-tag" | |
| profilerImage: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:my-tag" |
| # Deployment overrides for the auto-created DGD | ||
| deploymentOverrides: | ||
| workersImage: "nvcr.io/nvidian/dynamo-dev/trtllm-runtime:dep-554.0" | ||
| workersImage: "nvcr.io/nvidian/dynamo-dev/tensorrtllm-runtime:my-tag" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| workersImage: "nvcr.io/nvidian/dynamo-dev/tensorrtllm-runtime:my-tag" | |
| workersImage: "nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:my-tag" |
| # ProfilingConfig maps directly to the profile_sla.py config format | ||
| profilingConfig: | ||
| profilerImage: "nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-554.0" | ||
| profilerImage: "nvcr.io/nvidian/dynamo-dev/vllm-runtime:my-tag" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| profilerImage: "nvcr.io/nvidian/dynamo-dev/vllm-runtime:my-tag" | |
| profilerImage: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:my-tag" |
| # Deployment overrides for the auto-created DGD | ||
| deploymentOverrides: | ||
| workersImage: "nvcr.io/nvidian/dynamo-dev/vllm-runtime:dep-554.0" | ||
| workersImage: "nvcr.io/nvidian/dynamo-dev/vllm-runtime:my-tag" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| workersImage: "nvcr.io/nvidian/dynamo-dev/vllm-runtime:my-tag" | |
| workersImage: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:my-tag" |
Overview:
Two incorrect docker image references are corrected here in keeping with standards:
trtllm-runtimeis not published on NGC,tensorrtllm-runtimeisdep-554.0is replaced withmy-tagDetails:
The following commands were run (on OSX) to effectuate this change:
Summary by CodeRabbit
Documentation
Chores