[https://nvbugs/6305404][chore] Unwaive DeepSeek V3 Lite L0 test - #16975
[https://nvbugs/6305404][chore] Unwaive DeepSeek V3 Lite L0 test#16975Mgluhovskoi wants to merge 1 commit into
Conversation
Signed-off-by: Maxim Gluhovskoi <mgluhovskoi@nvidia.com>
|
/bot run --stage-list "DGX_H100-PyTorch-Post-Merge-1, DGX_H100-PyTorch-Post-Merge-2" --disable-fail-fast |
|
PR_Github #62348 [ run ] triggered by Bot. Commit: |
|
PR_Github #62348 [ run ] completed with state
|
|
/bot run --stage-list "DGX_H100-PyTorch-Post-Merge-1" --disable-fail-fast |
|
PR_Github #62556 [ run ] triggered by Bot. Commit: |
|
PR_Github #62556 [ run ] completed with state |
|
/bot run --disable-fail-fast |
|
PR_Github #62591 [ run ] triggered by Bot. Commit: |
|
/bot run --stage-list "DGX_B200-PyTorch-1-cbts" --disable-fail-fast |
|
PR_Github #62591 [ run ] completed with state
|
|
PR_Github #62610 [ run ] triggered by Bot. Commit: |
|
/bot run --stage-list "DGX_B200-PyTorch-1" --disable-fail-fast |
|
PR_Github #62610 [ run ] completed with state
|
|
PR_Github #62616 [ run ] triggered by Bot. Commit: |
|
PR_Github #62616 [ run ] completed with state |
|
/bot run --disable-fail-fast |
|
PR_Github #62629 [ run ] triggered by Bot. Commit: |
|
PR_Github #62629 [ run ] completed with state |
|
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 (1)
💤 Files with no reviewable changes (1)
WalkthroughThe integration waiver for ChangesIntegration test waiver update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Description
Remove the remaining waiver for NVBug 6305404:
accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_bfloat16[mtp_nextn=0-attention_dp=True-cuda_graph=False-overlap_scheduler=False-torch_compile=True-enable_chunked_prefill=False-v2_kv_cache=True]The original failure reported an
mpi4py_manager_spawnthread surviving test teardown. A review of the surviving dependency-upgrade CI reports did not find the same thread-leak signature in multiple runs. The overlapping stale piecewise CUDA Graph teardown issue was fixed by commit211482b36ac94820465df1791e5e1bc20d61624e.Unwaiving the test restores L0 coverage and lets current
maindetermine whether any residual failure remains.Dev Engineer Review
tests/integration/test_lists/waives.txtto remove themtp_nextn=0waiver and add the correspondingmtp_nextn=2waiver for DeepSeek V3 Lite bfloat16.QA Engineer Review
test-db/orqa/files were modified; only the waiver list changed.mtp_nextn=0entry was removed and themtp_nextn=2entry was added.