[None][doc] Fix broken Dynamo TensorRT LLM deployment link in DeepSeek-V3 README - #18378
[None][doc] Fix broken Dynamo TensorRT LLM deployment link in DeepSeek-V3 README#18378jlonge4 wants to merge 1 commit into
Conversation
…k-V3 README Signed-off-by: Jlonge4 <josh.longenecker1@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. WalkthroughThe DeepSeek-V3 README updates its Dynamo section to link to the current TensorRT-LLM deployment examples. ChangesDocumentation update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized documentation change updates a broken deployment link without affecting code, APIs, or product behavior; no actionable merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Dev Engineer Review
examples/models/core/deepseek_v3/README.md.examples/backends/trtllm/deploy.QA Engineer Review
No test changes.
Description
The Dynamo section of
examples/models/core/deepseek_v3/README.mdlinked tohttps://github.com/ai-dynamo/dynamo/blob/main/examples/tensorrt_llm/README.md, which now returns a 404 —the Dynamo repository reorganized its examples and the TensorRT LLM deployment examples moved under
examples/backends/trtllm/deploy.This updates the link to the current location:
https://github.com/ai-dynamo/dynamo/tree/main/examples/backends/trtllm/deployDocumentation-only change; no code, API, or behavior is affected.
Test Coverage
No tests are applicable — this is a single Markdown link change. Verified manually:
PR Checklist
Please review the following before submitting your PR:
PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.
PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.
Test cases are provided for new code paths (see test instructions)
If PR introduces API changes, an appropriate PR label is added - either
api-compatibleorapi-breaking. Forapi-breaking, includeBREAKINGin the PR title.Any new dependencies have been scanned for license and vulnerabilities
CODEOWNERS updated if ownership changes
Documentation updated as needed
Update tava architecture diagram if there is a significant design change in PR.
The reviewers assigned automatically/manually are appropriate for the PR.
Please check this after reviewing the above items as appropriate for this PR.
GitHub Bot Help
To see a list of available CI bot commands, please comment
/bot help.