[TRTLLM-15040][test] Prune legacy Llama and Nemotron tests - #17858
[TRTLLM-15040][test] Prune legacy Llama and Nemotron tests#17858xinhe-nv wants to merge 20 commits into
Conversation
135699a to
5e042fe
Compare
|
/bot run |
Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
Remove the retired model-specific LoRA test while preserving maintained LoRA coverage. Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
Require the temperature-zero Qwen3 DraftTarget test to match the full greedy token sequence so later-token divergences cannot pass unnoticed. Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
Replace cross-run text comparison with direct runtime schedule validation so shape-sensitive BF16 ties do not make the A100 test flaky. Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
Validate every runtime observation against the production resolver while requiring the designed transition points without assuming an exhaustive transition list. Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
|
/bot run --disable-fail-fast |
|
PR_Github #70325 [ run ] triggered by Bot. Commit: |
|
PR_Github #70325 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #70507 [ run ] triggered by Bot. Commit: |
|
PR_Github #70507 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #70580 [ run ] triggered by Bot. Commit: |
|
PR_Github #70580 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #70615 [ run ] triggered by Bot. Commit: |
|
PR_Github #70615 [ run ] completed with state
|
|
/bot reuse-pipeline |
|
PR_Github #70666 [ reuse-pipeline ] triggered by Bot. Commit: |
|
PR_Github #70666 [ reuse-pipeline ] completed with state |
|
/bot run --disable-fail-fast |
|
PR_Github #70861 [ run ] triggered by Bot. Commit: |
Remove out-of-scope model-specific coverage while retaining generic KV-cache, LoRA, and architecture validation on supported Llama assets.
Summary
Dev Engineer Review
.pre-commit-config.yaml,legacy-files.txt,ruff-legacy.toml, andruff-legacy-baseline.json.#67048andL0_MergeRequest_PRpipeline#54589failed. No fix or rerun result was provided.QA Engineer Review
llm_function_core.txt,llm_spark_core.txt,llm_spark_func.yml, andllm_spark_perf.yml.l0_a10.yml,l0_a30.yml,l0_b200.yml,l0_dgx_b200.yml,l0_dgx_h100.yml,l0_dgx_h200.yml, andl0_gb200_multi_gpus.yml.tests/integration/test_lists/waives.txt.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-compatibleorapi-breaking. Forapi-breaking, includeBREAKINGin 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.