test: Update L0_openai TRT-LLM model repository preparation - #8717
Merged
pskiran1 merged 9 commits intoApr 11, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the qa/L0_openai TRT-LLM test setup to rely on a pre-existing TRT-LLM model repository skeleton inside the container, rather than cloning TensorRT-LLM during the test run.
Changes:
- Removed the helper that cloned TensorRT-LLM to obtain
triton_backend/all_models. - Updated TRT-LLM preparation to copy the inflight batcher model repository from a container path (
/app/all_models/...). - Simplified
prepare_tensorrtllminvocation by dropping the TensorRT-LLM repo directory argument.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pskiran1
marked this pull request as ready for review
April 2, 2026 18:29
Contributor
|
Not sure how |
mc-nv
reviewed
Apr 2, 2026
pskiran1
marked this pull request as draft
April 7, 2026 16:57
pskiran1
marked this pull request as ready for review
April 8, 2026 11:37
yinggeh
approved these changes
Apr 10, 2026
Contributor
|
LGTM. Would like to get @mc-nv approval before merging |
mc-nv
approved these changes
Apr 10, 2026
whoisj
approved these changes
Apr 10, 2026
pskiran1
deleted the
spolisetty/tri-308-update-l0_openai-trt-llm-model-repository-preparation
branch
April 11, 2026 06:50
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.
What does the PR do?
Updates the
qa/L0_openaiTRT-LLM test setup to remove hard-coded version for downloadingTRT-LLMbackend models, which was introduced in the https://github.com/triton-inference-server/server/pull/8510/changes#diff-811fb0863c7b3d9caae9db6721260d3a26b3c8ea9c48a24cb2728aa86da928c9.Checklist
<commit_type>: <Title>Commit Type:
Check the conventional commit type
box here and add the label to the github PR.
Related PRs:
Where should the reviewer start?
Test plan:
Caveats:
Background
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)