Skip to content

[None][doc] Fix broken Dynamo TensorRT LLM deployment link in DeepSeek-V3 README - #18378

Open
jlonge4 wants to merge 1 commit into
NVIDIA:mainfrom
jlonge4:fix/broken-docs-link
Open

[None][doc] Fix broken Dynamo TensorRT LLM deployment link in DeepSeek-V3 README#18378
jlonge4 wants to merge 1 commit into
NVIDIA:mainfrom
jlonge4:fix/broken-docs-link

Conversation

@jlonge4

@jlonge4 jlonge4 commented Aug 28, 2026

Copy link
Copy Markdown

Dev Engineer Review

  • Updated the broken Dynamo TensorRT-LLM deployment link in examples/models/core/deepseek_v3/README.md.
  • The new URL points to examples/backends/trtllm/deploy.
  • The change is documentation-only and does not affect code, APIs, or runtime behavior.
  • The URL was manually verified.

QA Engineer Review

No test changes.

Description

The Dynamo section of examples/models/core/deepseek_v3/README.md linked to
https://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/deploy

Documentation-only change; no code, API, or behavior is affected.

Test Coverage

No tests are applicable — this is a single Markdown link change. Verified manually:

  • Old URL returns HTTP 404
  • New URL returns HTTP 200 and points at the Dynamo TensorRT LLM deployment examples

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-compatible or api-breaking. For api-breaking, include BREAKING in 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.

…k-V3 README

Signed-off-by: Jlonge4 <josh.longenecker1@gmail.com>
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 347f3731-b32b-4225-aac7-cf7859a1abac

📥 Commits

Reviewing files that changed from the base of the PR and between 5767bed and 28470f1.

📒 Files selected for processing (1)
  • examples/models/core/deepseek_v3/README.md

Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review.


Walkthrough

The DeepSeek-V3 README updates its Dynamo section to link to the current TensorRT-LLM deployment examples.

Changes

Documentation update

Layer / File(s) Summary
Update deployment link
examples/models/core/deepseek_v3/README.md
The Dynamo section now links to examples/backends/trtllm/deploy instead of the previous TensorRT-LLM README page.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 28470

This localized documentation change updates a broken deployment link without affecting code, APIs, or product behavior; no actionable merge-blocking risk remains.

Suggested reviewers: bowenfu

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title follows the required [None][type] format and clearly identifies the documentation fix for the broken Dynamo TensorRT LLM deployment link.
Description check ✅ Passed The description includes the issue, solution, test coverage, and completed checklist. It clearly explains that the change is documentation-only and that the URLs were manually verified.
Docstring Coverage ✅ Passed 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…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

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)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant