[TRI-978][fix] Bump tensorrt_llm submodule to fix streaming=None executor crash#855
Merged
Conversation
c924400 to
bd7e9fb
Compare
bd7e9fb to
9e1f3ce
Compare
yinggeh
approved these changes
Apr 22, 2026
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
Bumps the
tensorrt_llmsubmodule to include thestreaming=Nonefix forL0_backend_trtllm--base.Changes
Commit 1 — bump submodule to
ca1fa90f: original test-side fix (explicitstreaming=False)Commit 2 — bump submodule to
4af7f8d: model-layer fix + correct ensemble input namemodel.py: coercestreaming=None → False(mirrors [TRI-966] [fix] Fix L0_backend_trtllm NVIDIA/TensorRT-LLM#13276)base_metrics_verification_tests.py:"streaming"→"stream"(ensemble external input name)Fixes
Resolves: TRI-978
Related PRs: triton-inference-server/TensorRT-LLM#6