Skip to content

fix(server): pin cuda-tile for TensorRT-LLM - #254

Merged
mamayer19 merged 1 commit into
mainfrom
codex/pin-tensorrt-cuda-tile
Sep 4, 2026
Merged

fix(server): pin cuda-tile for TensorRT-LLM#254
mamayer19 merged 1 commit into
mainfrom
codex/pin-tensorrt-cuda-tile

Conversation

@mamayer19

@mamayer19 mamayer19 commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • pin cuda-tile==1.6.0rc8 in the TensorRT-LLM bundle's qualified CUDA closure
  • prevent the prerelease-enabled image resolver from silently selecting a newer unqualified build
  • add focused regression coverage for the exact bundle constraint

Validation

  • mise run test -- packages/sie_server/tests/config/test_bundle_coverage.py — 35 passed
  • mise run lint
  • Docker-equivalent CPython 3.12/Linux dependency resolution selected cuda-tile==1.6.0rc8
  • git diff --check

Summary by CodeRabbit

  • Bug Fixes

    • Updated the TensorRT-LLM CUDA 13 bundle to use the pinned cuda-tile version 1.6.0rc8.
  • Tests

    • Added coverage to verify that the bundle continues to use the required cuda-tile version.

@mamayer19
mamayer19 requested a review from a team as a code owner September 4, 2026 14:09
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 70b6309b-d11b-4462-9b91-a1f971d03590

📥 Commits

Reviewing files that changed from the base of the PR and between 703111c and ad62444.

📒 Files selected for processing (2)
  • packages/sie_server/bundles/tensorrt-llm.yaml
  • packages/sie_server/tests/config/test_bundle_coverage.py

Included review availability: 8 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 10 reviews per hour.


📝 Walkthrough

Walkthrough

The TensorRT-LLM CUDA 13 bundle now pins cuda-tile to 1.6.0rc8. A regression test verifies the dependency declaration.

Changes

TensorRT-LLM bundle dependency

Layer / File(s) Summary
Pin cuda-tile and validate the bundle
packages/sie_server/bundles/tensorrt-llm.yaml, packages/sie_server/tests/config/test_bundle_coverage.py
The bundle pins cuda-tile to ==1.6.0rc8. The regression test loads the bundle and checks the pinned version.

Suggested reviewers: dragosboca

Merge Risk: ⚪ Minimal · up to ad624

The TensorRT-LLM CUDA bundle now consistently selects cuda-tile 1.6.0rc8, with coverage guarding the exact constraint. No merge-blocking risk is identified.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 3 functions across 1 files. (1 skipped: 1 … Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: pinning the cuda-tile dependency for the TensorRT-LLM bundle.
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

Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 3 functions across 1 files. (1 skipped: 1 unsupported.)

  • Fix all pre-merge checks with AI
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/pin-tensorrt-cuda-tile

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

@mamayer19
mamayer19 merged commit 6484fab into main Sep 4, 2026
19 checks passed
@mamayer19
mamayer19 deleted the codex/pin-tensorrt-cuda-tile branch September 4, 2026 14:30
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