Skip to content

[TRTLLM-10820][infra] Update dependencies to algin with NGC PyTorch 26.02 stack#11227

Open
EmmaQiaoCh wants to merge 54 commits intoNVIDIA:mainfrom
EmmaQiaoCh:emma/upgrade_dlfw_2601
Open

[TRTLLM-10820][infra] Update dependencies to algin with NGC PyTorch 26.02 stack#11227
EmmaQiaoCh wants to merge 54 commits intoNVIDIA:mainfrom
EmmaQiaoCh:emma/upgrade_dlfw_2601

Conversation

@EmmaQiaoCh
Copy link
Collaborator

@EmmaQiaoCh EmmaQiaoCh commented Feb 3, 2026

Summary by CodeRabbit

  • Chores

    • Updated CUDA toolkit to version 13.1.1 with corresponding patches for NVIDIA libraries (CUDNN, NCCL, CUBLAS, NVRTC, and CUDA driver).
    • Updated container images to 26.01.
    • Expanded NCCL compatibility range.
  • Documentation

    • Updated support matrix and README to reflect current versions.

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)

  • 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

/bot [-h] ['run', 'kill', 'skip', 'reuse-pipeline'] ...

Provide a user friendly way for developers to interact with a Jenkins server.

Run /bot [-h|--help] to print this help message.

See details below for each supported subcommand.

Details

run [--reuse-test (optional)pipeline-id --disable-fail-fast --skip-test --stage-list "A10-PyTorch-1, xxx" --gpu-type "A30, H100_PCIe" --test-backend "pytorch, cpp" --add-multi-gpu-test --only-multi-gpu-test --disable-multi-gpu-test --post-merge --extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx" --detailed-log --debug(experimental)]

Launch build/test pipelines. All previously running jobs will be killed.

--reuse-test (optional)pipeline-id (OPTIONAL) : Allow the new pipeline to reuse build artifacts and skip successful test stages from a specified pipeline or the last pipeline if no pipeline-id is indicated. If the Git commit ID has changed, this option will be always ignored. The DEFAULT behavior of the bot is to reuse build artifacts and successful test results from the last pipeline.

--disable-reuse-test (OPTIONAL) : Explicitly prevent the pipeline from reusing build artifacts and skipping successful test stages from a previous pipeline. Ensure that all builds and tests are run regardless of previous successes.

--disable-fail-fast (OPTIONAL) : Disable fail fast on build/tests/infra failures.

--skip-test (OPTIONAL) : Skip all test stages, but still run build stages, package stages and sanity check stages. Note: Does NOT update GitHub check status.

--stage-list "A10-PyTorch-1, xxx" (OPTIONAL) : Only run the specified test stages. Examples: "A10-PyTorch-1, xxx". Note: Does NOT update GitHub check status.

--gpu-type "A30, H100_PCIe" (OPTIONAL) : Only run the test stages on the specified GPU types. Examples: "A30, H100_PCIe". Note: Does NOT update GitHub check status.

--test-backend "pytorch, cpp" (OPTIONAL) : Skip test stages which don't match the specified backends. Only support [pytorch, cpp, tensorrt, triton]. Examples: "pytorch, cpp" (does not run test stages with tensorrt or triton backend). Note: Does NOT update GitHub pipeline status.

--only-multi-gpu-test (OPTIONAL) : Only run the multi-GPU tests. Note: Does NOT update GitHub check status.

--disable-multi-gpu-test (OPTIONAL) : Disable the multi-GPU tests. Note: Does NOT update GitHub check status.

--add-multi-gpu-test (OPTIONAL) : Force run the multi-GPU tests in addition to running L0 pre-merge pipeline.

--post-merge (OPTIONAL) : Run the L0 post-merge pipeline instead of the ordinary L0 pre-merge pipeline.

--extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx" (OPTIONAL) : Run the ordinary L0 pre-merge pipeline and specified test stages. Examples: --extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx".

--detailed-log (OPTIONAL) : Enable flushing out all logs to the Jenkins console. This will significantly increase the log volume and may slow down the job.

--debug (OPTIONAL) : Experimental feature. Enable access to the CI container for debugging purpose. Note: Specify exactly one stage in the stage-list parameter to access the appropriate container environment. Note: Does NOT update GitHub check status.

For guidance on mapping tests to stage names, see docs/source/reference/ci-overview.md
and the scripts/test_to_stage_mapping.py helper.

kill

kill

Kill all running builds associated with pull request.

skip

skip --comment COMMENT

Skip testing for latest commit on pull request. --comment "Reason for skipping build/test" is required. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

reuse-pipeline

reuse-pipeline

Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

@EmmaQiaoCh
Copy link
Collaborator Author

/bot run --stage-list "Build-Docker-Images"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #34614 [ run ] triggered by Bot. Commit: c185d78

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 3, 2026

📝 Walkthrough

Walkthrough

This pull request updates CUDA from 13.1.0 to 13.1.1 and bumps the base container image from 25.12 to 26.01 across documentation, Docker configurations, CI/CD pipelines, and dependency specifications. Related NVIDIA libraries are also version-bumped to maintain compatibility.

Changes

Cohort / File(s) Summary
Documentation Updates
README.md, docs/source/legacy/reference/support-matrix.md
Updated CUDA badge from 13.1.0 to 13.1.1 and container version from 25.12 to 26.01.
Docker Configuration
docker/Dockerfile.multi, docker/Makefile, docker/common/install_cuda_toolkit.sh, docker/common/install_tensorrt.sh
Updated base image tag from 25.12-py3 to 26.01-py3, CUDA version from 13.1.0 to 13.1.1, and bumped NVIDIA library versions including CUDNN (9.17.0.29-1 → 9.17.1.4-1), NCCL (2.28.9-1 → 2.29.2-1), CUBLAS (13.2.0.9-1 → 13.2.1.1-1), NVRTC (13.1.80-1 → 13.1.115-1), and CUDA driver (590.44.01 → 590.48.01).
CI/CD and Dependencies
jenkins/L0_Test.groovy, requirements.txt
Updated PyTorch image tag and Triton server version from 25.12 to 26.01; broadened NCCL dependency upper bound from 2.28.9 to 2.29.2 in requirements.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

🚥 Pre-merge checks | ✅ 1 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is incomplete; it contains only the template without filling in the required Description and Test Coverage sections. Add a clear description of what is being updated (e.g., upgrading DLFW from 25.12 to 26.01 and related dependency versions) and list the relevant tests that validate these dependency changes.
Title check ⚠️ Warning The PR title mentions updating dependencies to align with NGC PyTorch 26.02, but the actual changes update to DLFW 26.01, not 26.02 as stated in the title. Update the PR title to accurately reflect the actual changes: '[TRTLLM-10820][infra] Update dependencies to align with NGC PyTorch 26.01 stack' or similar.
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@docker/common/install_tensorrt.sh`:
- Around line 6-8: Update the stale comment that references rel-25-12 to
rel-26-01 so it matches the updated DLFW version and other files; edit the
comment above CUDA_VER="13.1" (the line mentioning the NVIDIA docs link) to
point to
https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-26-01
and ensure the comment wording aligns with related references in
requirements.txt.

@tensorrt-cicd
Copy link
Collaborator

PR_Github #34614 [ run ] completed with state FAILURE. Commit: c185d78
/LLM/main/L0_MergeRequest_PR pipeline #26711 (Partly Tested) completed with status: 'FAILURE'

⚠️ 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

@EmmaQiaoCh
Copy link
Collaborator Author

/bot run

@EmmaQiaoCh
Copy link
Collaborator Author

/bot run --stage-list "Build-Docker-Images"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #34874 [ run ] triggered by Bot. Commit: ae586dd

@EmmaQiaoCh
Copy link
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd
Copy link
Collaborator

PR_Github #34983 [ run ] triggered by Bot. Commit: ae586dd

@tensorrt-cicd
Copy link
Collaborator

PR_Github #34983 [ run ] completed with state SUCCESS. Commit: ae586dd
/LLM/main/L0_MergeRequest_PR pipeline #26993 completed with status: 'FAILURE'

⚠️ 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

@EmmaQiaoCh
Copy link
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd
Copy link
Collaborator

PR_Github #35299 [ run ] triggered by Bot. Commit: ae586dd

@tensorrt-cicd
Copy link
Collaborator

PR_Github #35299 [ run ] completed with state SUCCESS. Commit: ae586dd
/LLM/main/L0_MergeRequest_PR pipeline #27258 completed with status: 'FAILURE'

⚠️ 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

@EmmaQiaoCh
Copy link
Collaborator Author

I've opended bug(https://nvbugspro.nvidia.com/bug/5884997) for the failures in latest ci, and will waive them first.

@EmmaQiaoCh
Copy link
Collaborator Author

/bot run --stage-list "Build-Docker-Images" --comment "Rebuild image due to update for triton image"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #35472 Bot args parsing error: usage: /bot [-h]
{run,kill,skip,submit,reviewers,reuse-pipeline,reuse-review} ...
/bot: error: unrecognized arguments: --comment Rebuild image due to update for triton image

@EmmaQiaoCh
Copy link
Collaborator Author

/bot run --stage-list "Build-Docker-Images"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #35476 [ run ] triggered by Bot. Commit: 45db0db

@tensorrt-cicd
Copy link
Collaborator

PR_Github #35476 [ run ] completed with state SUCCESS. Commit: 45db0db
/LLM/main/L0_MergeRequest_PR pipeline #27399 (Partly Tested) completed with status: 'SUCCESS'

@EmmaQiaoCh
Copy link
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd
Copy link
Collaborator

PR_Github #35608 [ run ] triggered by Bot. Commit: 45db0db

@EmmaQiaoCh EmmaQiaoCh force-pushed the emma/upgrade_dlfw_2601 branch from fef5bea to 57aabe8 Compare March 11, 2026 05:29
Signed-off-by: Emma Qiao <qqiao@nvidia.com>
@EmmaQiaoCh EmmaQiaoCh removed request for a team March 11, 2026 05:49
@EmmaQiaoCh
Copy link
Collaborator Author

Please note that I moved the changes to anothe PR(#12102) and will close this one.

@tensorrt-cicd
Copy link
Collaborator

PR_Github #38535 [ run ] completed with state SUCCESS. Commit: 4f7ba9b
/LLM/main/L0_MergeRequest_PR pipeline #29882 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

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