Skip to content

[None][infra] Preview/bump/main#16758

Merged
yuanjingx87 merged 1 commit into
mainfrom
preview/bump/main
Jul 23, 2026
Merged

[None][infra] Preview/bump/main#16758
yuanjingx87 merged 1 commit into
mainfrom
preview/bump/main

Conversation

@yuanjingx87

@yuanjingx87 yuanjingx87 commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Release Updates
    • Bumped TensorRT-LLM version from 1.3.0rc21 to 1.3.0rc23.
    • Updated the README release badge to point at release-1.3.0rc23.
    • Updated examples/constraints.txt to pin tensorrt_llm==1.3.0rc23.
    • Updated tensorrt_llm/version.py __version__ to 1.3.0rc23.

Dev Engineer Review

  • Changes are limited to version propagation across docs, dependency constraints, and the package __version__ constant.
  • Consistency checks:
    • README.md badge version (1.3.0rc23) matches tensorrt_llm/version.py (__version__ = "1.3.0rc23") and examples/constraints.txt (tensorrt_llm==1.3.0rc23).
  • No API/config behavior changes; risk of regressions is low.

QA Engineer Review

No test changes.

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.

@coderabbitai

coderabbitai Bot commented Jul 22, 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: 13da4e52-41eb-47a0-8ebb-499156d20012

📥 Commits

Reviewing files that changed from the base of the PR and between c1b08e5 and 99dc12d.

📒 Files selected for processing (2)
  • README.md
  • examples/constraints.txt
🚧 Files skipped from review as they are similar to previous changes (1)
  • examples/constraints.txt

Walkthrough

The release candidate identifier is updated from 1.3.0rc21 to 1.3.0rc23 in package metadata, example dependency constraints, and the README release badge.

Changes

Release version alignment

Layer / File(s) Summary
Update release version references
tensorrt_llm/version.py, examples/constraints.txt, README.md
The package version, pinned tensorrt_llm dependency, and README badge now reference 1.3.0rc23.

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

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description mostly contains the template placeholders and does not explain the change or list any test coverage. Fill in the Description and Test Coverage sections with the problem, the version bump details, and any validation performed.
Title check ❓ Inconclusive The title is related to a version bump, but "Preview/bump/main" is too vague to clearly describe the actual change. Use a concise, specific title that names the version bump, such as "[None][infra] Bump TensorRT-LLM to 1.3.0rc23".
✅ Passed checks (3 passed)
Check name Status Explanation
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch preview/bump/main

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

@yuanjingx87
yuanjingx87 enabled auto-merge (squash) July 22, 2026 22:29
@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot skip --comment "No need to run CI"

Signed-off-by: TensorRT LLM Release <90828364+tensorrt-cicd@users.noreply.github.com>
@mikeiovine

Copy link
Copy Markdown
Collaborator

/bot skip --comment "No need to run CI"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #61130 [ skip ] triggered by Bot. Commit: 99dc12d Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #61130 [ skip ] completed with state SUCCESS. Commit: 99dc12d
Skipping testing for commit 99dc12d

Link to invocation

@yuanjingx87
yuanjingx87 merged commit 7418b69 into main Jul 23, 2026
14 checks passed
@yuanjingx87
yuanjingx87 deleted the preview/bump/main branch July 23, 2026 00:45
hhzhang16 added a commit to hhzhang16/TensorRT-LLM that referenced this pull request Jul 23, 2026
…nnahz/dep-1083-port-flashinfer-stable-va-lifecycle-for-native-all-reduce

* 'main' of https://github.com/NVIDIA/TensorRT-LLM: (83 commits)
  [None][feat] Bind SourceIdentity to checkpoint artifacts (NVIDIA#16159)
  [None][infra] Waive 4 failed cases for main in pre-merge 49550 (NVIDIA#16798)
  [None][fix] Make FlashInfer sampling op wrappers opaque to Dynamo (NVIDIA#16732)
  [None][feat] top-k: route decode to CuTe DSL GVR top-k in e2e (NVIDIA#16420)
  [None][feat] Default GLM-5 to the Python KV-cache transceiver (NVIDIA#16524)
  [None][chore] Add NVTX ranges to per-iteration ADP sync points in PyExecutor (NVIDIA#16422)
  [https://nvbugs/6426850][test] Unwaive Qwen3.5 397B NVFP4 ADP4 TRTLLM test (NVIDIA#16348)
  [https://nvbugs/6445456][fix] Restore inplace ops for functionalization v2 (NVIDIA#16410)
  [None][infra] Waive 1 failed cases for main in pre-merge 49229 (NVIDIA#16786)
  [None][fix] Load DeepSeek V4 mixed-precision NVFP4 checkpoints (NVIDIA#16433)
  [None][feat] ADP conversation router: configurable least-queued placement for new conversations (NVIDIA#16294)
  [None][infra] Waive 1 failed cases for main in pre-merge 49424 (NVIDIA#16780)
  [None][infra] Waive 1 failed cases for main in pre-merge 49424 (NVIDIA#16781)
  [TRTLLMINF-188][infra] Require approval for PerfSanity wildcard runs (NVIDIA#16777)
  [TRTLLM-13969][feat] Support MiniMax M3 for Disaggregated Serving (NVIDIA#16017)
  [NVIDIA#11932][fix] Filter CUTLASS MoE GEMM tile configs by device shared memory on SM121 (NVIDIA#12704)
  [None][chore] Remove attention backend test waivers (NVIDIA#16723)
  [TRTLLM-14540][perf] Skip fp32 state round-trip in FlashInfer GDN pre… (NVIDIA#16703)
  [TRTLLM-13694][feat] Add IBDB recipe provenance and refresh configs (NVIDIA#16254)
  [None][infra] Preview/bump/main (NVIDIA#16758)
  ...

Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
yuanjingx87 added a commit to yuanjingx87/TensorRT-LLM that referenced this pull request Jul 26, 2026
Signed-off-by: TensorRT LLM Release <90828364+tensorrt-cicd@users.noreply.github.com>
Co-authored-by: tburt-nv <195370667+tburt-nv@users.noreply.github.com>
Co-authored-by: TensorRT LLM Release <90828364+tensorrt-cicd@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