feat(client): backport TensorRT-LLM support to release/0.5.1 - #622
Merged
nv-nmailhot merged 3 commits intoAug 13, 2026
Conversation
zhengluo-nv
marked this pull request as ready for review
August 13, 2026 00:13
Signed-off-by: Zheng Luo <zheluo@nvidia.com> (cherry picked from commit 0392394)
Signed-off-by: Zheng Luo <zheluo@nvidia.com> (cherry picked from commit 3542dda)
Use the release accelerator compatibility API and backport the NIXL exact-match API introduced by commit 406eaa1. Signed-off-by: Zheng Luo <zheluo@nvidia.com>
zhengluo-nv
force-pushed
the
zheluo/backport-trtllm-protobuf-0.5.1
branch
from
August 13, 2026 00:52
be27f3a to
ee062c2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backport the following merged changes to
release/0.5.1:03923943aa779b9b4bfee5290c6b819a1ce1e444— native TensorRT-LLM P2P example (feat: add native TensorRT-LLM P2P example #540)3542dda4c5cb96c533b299eb4b034dce93755782— TensorRT-LLM engine adapter (feat(client): add TensorRT-LLM engine adapter #565)6175ec3ca768a1b0bab84ae1efd4480af8b62168— protobuf 6 runtime support (fix(client): support protobuf 6 runtimes #564)The commits are cherry-picked in dependency order with
-xprovenance. The adapter conflict resolution preserves the release branch's newer source-peer cleanup behavior while adding exact tensor-catalog matching and the dynamic NIXL import path. Its test was adapted to the release branch's already-removed InstantTensor strategy.Impact
This brings the native TensorRT-LLM integration and example to the 0.5.1 release line and allows the Python client to run with protobuf 5 or 6.
Validation
64 passed— focused TensorRT-LLM, NIXL, transfer-safety, RDMA peer-release, and protobuf tests with protobuf 5.29.632 passed— core TensorRT-LLM/NIXL/protobuf tests with protobuf 6.33.6git diff --check