[None][test] Update DSV32 32k4k config to avoid timeout issue - #14856
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR updates disaggregated deepseek-v32 benchmark configurations across six YAML files and removes specific test skip waivers. All benchmark configs are adjusted to reduce iteration rounds and add explicit KV transfer timeout configuration. ChangesDisaggregated deepseek-v32 benchmark configuration and test waiver updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
fredricz-20070104
left a comment
There was a problem hiding this comment.
Approve. This one is used to resolve the timeout issue.
|
/bot run --disable-fail-fast --stage-list "GB300-36_GPUs-9_Nodes-PyTorch-Disagg-PerfSanity-CTX1-NODE1-GPU4-GEN1-NODE8-GPU32-Post-Merge-1,GB300-36_GPUs-9_Nodes-PyTorch-Disagg-PerfSanity-CTX1-NODE1-GPU4-GEN1-NODE8-GPU32-Post-Merge-2,GB300-36_GPUs-9_Nodes-PyTorch-Disagg-PerfSanity-CTX1-NODE1-GPU4-GEN1-NODE8-GPU32-Post-Merge-3,GB300-36_GPUs-9_Nodes-PyTorch-Disagg-PerfSanity-CTX1-NODE1-GPU4-GEN1-NODE8-GPU32-Post-Merge-4" |
|
PR_Github #51558 [ run ] triggered by Bot. Commit: |
|
PR_Github #51558 [ run ] completed with state
|
… con2048 disagg The disagg test for deepseek-v32-fp4 32k4k con2048 (ctx1_dep4_gen1_dep32 with eplb288 mtp1) was timing out at the 5400s benchmark deadline because the ctx worker (max_batch_size=1) cannot keep up with concurrency=2048 * multi_round=5 (10240 prompts). Trailing requests miss the default ~30s NIXL kv-transfer timeout, so ~9% of requests fail and the benchmark phase exceeds 5400s. Recipe (verified on lyris GB300 against TRT-LLM main TOT): - multi_round: 5 -> 2 (4096 prompts; benchmark phase ~46m, well under 5400s) - cache_transceiver_config.kv_transfer_timeout_ms: 600000 (ctx + gen, both NIXL and UCX backends) After the recipe: 0 failed requests, throughput slightly improved. Applied to all 6 con2048 v32 32k4k disagg configs (gb200/gb300 x NIXL/UCX under tests/scripts/perf/disaggregated, plus the two gb200/gb300 NIXL configs under tests/scripts/perf-sanity/disaggregated). Unwaives the now-passing e2e-gb300-NIXL and gen_only-gb200-NIXL entries in waives.txt. Bug: https://nvbugs/6085022 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Chenfei Zhang <chenfeiz@nvidia.com>
7aba22f to
33dc98c
Compare
|
/bot run --disable-fail-fast --stage-list "GB300-36_GPUs-9_Nodes-PyTorch-Disagg-PerfSanity-CTX1-NODE1-GPU4-GEN1-NODE8-GPU32-Post-Merge-1,GB300-36_GPUs-9_Nodes-PyTorch-Disagg-PerfSanity-CTX1-NODE1-GPU4-GEN1-NODE8-GPU32-Post-Merge-2,GB300-36_GPUs-9_Nodes-PyTorch-Disagg-PerfSanity-CTX1-NODE1-GPU4-GEN1-NODE8-GPU32-Post-Merge-3,GB300-36_GPUs-9_Nodes-PyTorch-Disagg-PerfSanity-CTX1-NODE1-GPU4-GEN1-NODE8-GPU32-Post-Merge-4" |
|
PR_Github #51614 [ run ] triggered by Bot. Commit: |
|
PR_Github #51614 [ run ] completed with state |
|
/bot skip --comment "Only unwaive perf tests, no need to run the whole CI pipeline" |
|
PR_Github #51732 [ skip ] triggered by Bot. Commit: |
|
PR_Github #51732 [ skip ] completed with state |
… con2048 disagg
The disagg test for deepseek-v32-fp4 32k4k con2048 (ctx1_dep4_gen1_dep32 with eplb288 mtp1) was timing out at the 5400s benchmark deadline because the ctx worker (max_batch_size=1) cannot keep up with concurrency=2048 * multi_round=5 (10240 prompts). Trailing requests miss the default ~30s NIXL kv-transfer timeout, so ~9% of requests fail and the benchmark phase exceeds 5400s.
Recipe (verified on lyris GB300 against TRT-LLM main TOT):
After the recipe: 0 failed requests, throughput slightly improved.
Applied to all 6 con2048 v32 32k4k disagg configs (gb200/gb300 x NIXL/UCX under tests/scripts/perf/disaggregated, plus the two gb200/gb300 NIXL configs under tests/scripts/perf-sanity/disaggregated). Unwaives the now-passing e2e-gb300-NIXL and gen_only-gb200-NIXL entries in waives.txt.
Bug: https://nvbugs/6085022
Summary by CodeRabbit
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.