Skip to content

[TRTLLM-13177][doc] Add Nemotron 3 Ultra doc#14964

Merged
nv-guomingz merged 1 commit into
NVIDIA:mainfrom
nv-guomingz:user/guomingz/update_nemotron_ultra_doc
Jun 7, 2026
Merged

[TRTLLM-13177][doc] Add Nemotron 3 Ultra doc#14964
nv-guomingz merged 1 commit into
NVIDIA:mainfrom
nv-guomingz:user/guomingz/update_nemotron_ultra_doc

Conversation

@nv-guomingz

@nv-guomingz nv-guomingz commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

Release Notes

  • New Features

    • Added configuration and deployment support for NVIDIA Nemotron-3-Ultra-550B model with GPU compatibility specifications
  • Documentation

    • Expanded TensorRT-LLM deployment guides to include both Nemotron v3 Super and Ultra model variants
    • Updated supported models matrix to reflect Ultra model configuration and feature support

Description

Test Coverage

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.

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run

@coderabbitai

coderabbitai Bot commented Jun 4, 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: e37d7fab-705b-43cd-b877-96a3eb7ab787

📥 Commits

Reviewing files that changed from the base of the PR and between c17611c and 8a56977.

📒 Files selected for processing (7)
  • docs/source/_static/config_db.json
  • docs/source/deployment-guide/deployment-guide-for-nemotron-3-on-trtllm.md
  • docs/source/deployment-guide/index.rst
  • docs/source/models/supported-models.md
  • examples/configs/curated/lookup.yaml
  • examples/models/core/nemotron/README_nemotron_super_v3.md
  • scripts/generate_config_table.py

📝 Walkthrough

Walkthrough

This PR expands Nemotron v3 documentation and configuration to support both the Super (120B) and Ultra (550B) model variants on TensorRT-LLM. Configuration database entries, curated lookup mappings, and deployment guide instructions are added or updated for the Ultra model. Documentation indices, feature matrices, and example READMEs are updated to reflect the broader Super & Ultra coverage.

Changes

Nemotron v3 Ultra Documentation and Configuration

Layer / File(s) Summary
Model configuration registry and metadata
scripts/generate_config_table.py, docs/source/_static/config_db.json, examples/configs/curated/lookup.yaml
MODEL_INFO script data, curated_entries array, and models map in config database are populated with Nemotron v3 Ultra model metadata including display name, Hugging Face URL, serve command, GPU compatibility, and throughput scenario. Lookup mapping wires the Ultra model to its curated YAML config.
Deployment guide for Nemotron v3 Super and Ultra
docs/source/deployment-guide/deployment-guide-for-nemotron-3-on-trtllm.md
Introduction and model description expanded to cover both Super and Ultra variants and their shared hybrid SSM+MoE architecture. Models and GPU requirements sections list separate Super and Ultra checkpoints with expanded Ultra NVFP4 requirements. YAML config selection guidance, server launch commands, and reasoning parser documentation updated for both variants. Example requests, troubleshooting, and benchmarking instructions default to Ultra NVFP4 while covering both models.
Documentation navigation and model feature support updates
docs/source/deployment-guide/index.rst, docs/source/models/supported-models.md, examples/models/core/nemotron/README_nemotron_super_v3.md
Deployment guide index toctree updated to reference the expanded Super & Ultra guide. Model feature matrix adds Ultra with enabled disaggregated serving support. Nemotron example README link updated to point to the unified guide URL.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is largely a template with no substantive content; critical sections like 'Description' and 'Test Coverage' remain empty or contain only template placeholders. Fill in the Description section explaining the changes and rationale, and document test coverage details; provide actual implementation notes beyond the template.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The PR title clearly summarizes the main change: adding documentation for Nemotron 3 Ultra model to TensorRT-LLM, which aligns with the raw_summary showing doc/config updates for the Ultra variant.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52101 [ run ] triggered by Bot. Commit: 8a56977 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52101 [ run ] completed with state FAILURE. Commit: 8a56977
/LLM/main/L0_MergeRequest_PR pipeline #41431 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

Comment thread docs/source/deployment-guide/deployment-guide-for-nemotron-3-on-trtllm.md Outdated
Comment thread docs/source/deployment-guide/deployment-guide-for-nemotron-3-on-trtllm.md Outdated
@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52208 [ run ] triggered by Bot. Commit: 8a56977 Link to invocation

@nv-guomingz nv-guomingz force-pushed the user/guomingz/update_nemotron_ultra_doc branch 4 times, most recently from 8a2b0f8 to 2932ae0 Compare June 5, 2026 04:58
@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52247 [ run ] triggered by Bot. Commit: 2932ae0 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52208 [ run ] completed with state ABORTED. Commit: 8a56977

Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52247 [ run ] completed with state SUCCESS. Commit: 2932ae0
/LLM/main/L0_MergeRequest_PR pipeline #41561 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52307 [ run ] triggered by Bot. Commit: 2932ae0 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52307 [ run ] completed with state SUCCESS. Commit: 2932ae0
/LLM/main/L0_MergeRequest_PR pipeline #41613 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@nv-guomingz nv-guomingz force-pushed the user/guomingz/update_nemotron_ultra_doc branch from 2932ae0 to 3bc3218 Compare June 5, 2026 12:03
@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52337 [ run ] triggered by Bot. Commit: 3bc3218 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52337 [ run ] completed with state SUCCESS. Commit: 3bc3218
/LLM/main/L0_MergeRequest_PR pipeline #41642 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

Comment thread examples/configs/curated/nemotron-3-ultra-throughput.yaml Outdated
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
@nv-guomingz nv-guomingz force-pushed the user/guomingz/update_nemotron_ultra_doc branch from 3bc3218 to e58a676 Compare June 6, 2026 03:17
@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52467 [ run ] triggered by Bot. Commit: e58a676 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52467 [ run ] completed with state FAILURE. Commit: e58a676
/LLM/main/L0_MergeRequest_PR pipeline #41759 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

Link to invocation

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52508 [ run ] triggered by Bot. Commit: e58a676 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52508 [ run ] completed with state SUCCESS. Commit: e58a676
/LLM/main/L0_MergeRequest_PR pipeline #41799 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52519 [ run ] triggered by Bot. Commit: e58a676 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52519 [ run ] completed with state SUCCESS. Commit: e58a676
/LLM/main/L0_MergeRequest_PR pipeline #41809 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52538 [ run ] triggered by Bot. Commit: e58a676 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52538 [ run ] completed with state SUCCESS. Commit: e58a676
/LLM/main/L0_MergeRequest_PR pipeline #41824 completed with status: 'SUCCESS'

CI Report

Link to invocation

@nv-guomingz nv-guomingz dismissed tijyojwad’s stale review June 7, 2026 14:39

Already updated the code per review comment

@nv-guomingz nv-guomingz merged commit 428cc3e into NVIDIA:main Jun 7, 2026
7 checks passed
2ez4bz pushed a commit to 2ez4bz/TensorRT-LLM that referenced this pull request Jun 8, 2026
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
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.

5 participants