[https://nvbugs/6260890][test] Unwaive TestKimiK25::test_nvfp4[dep8]#15100
[https://nvbugs/6260890][test] Unwaive TestKimiK25::test_nvfp4[dep8]#15100tianyuxbear wants to merge 1 commit into
Conversation
Signed-off-by: Tianyu Xiong <117647511+tianyuxbear@users.noreply.github.com>
|
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)
📝 WalkthroughWalkthroughThis PR removes a single waiver entry for the ChangesWaiver list update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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 |
|
/bot run --stage-list "GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-1" |
|
PR_Github #52748 [ run ] triggered by Bot. Commit: |
|
PR_Github #52748 [ run ] completed with state |
|
/bot run --stage-list "GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-1, GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-2, GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-3" |
|
PR_Github #52795 [ run ] triggered by Bot. Commit: |
|
PR_Github #52795 [ run ] completed with state
|
|
/bot run --stage-list "GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-2" |
|
PR_Github #52800 [ run ] triggered by Bot. Commit: |
|
PR_Github #52800 [ run ] completed with state |
|
/bot run --stage-list "GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-3" |
|
PR_Github #52918 [ run ] triggered by Bot. Commit: |
|
/bot --help |
GitHub Bot Help
Provide a user friendly way for developers to interact with a Jenkins server. Run See details below for each supported subcommand. Details
Launch build/test pipelines. All previously running jobs will be killed.
kill
Kill all running builds associated with pull request. skip
Skip testing for latest commit on pull request. reuse-pipeline
Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break. |
|
PR_Github #52918 [ run ] completed with state |
|
/bot run --stage-list "GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-1, GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-2, GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-3" |
|
PR_Github #52943 [ run ] triggered by Bot. Commit: |
|
PR_Github #52943 [ run ] completed with state |
|
/bot run --stage-list "GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-3" --disable-reuse-test |
|
PR_Github #53005 [ run ] triggered by Bot. Commit: |
|
PR_Github #53005 [ run ] completed with state |
|
/bot run --disable-fail-fast |
|
PR_Github #53050 [ run ] triggered by Bot. Commit: |
|
PR_Github #53050 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #53490 [ run ] triggered by Bot. Commit: |
|
PR_Github #53490 [ run ] completed with state |
Description
Removes the waiver for
accuracy/test_llm_api_pytorch.py::TestKimiK25::test_nvfp4[dep8](NVBugs 6260890).The waiver was added for an intermittent CUDA OOM at executor init (
model.to('cuda')) on the GB200-8_GPUs-2_Nodes stage. Investigation shows this is an environment-driven failure: the model weights nearly fill the GB200 and a foreign process occupying GPU 0 in CI tips it over, rather than a model-memory regression. Local reproduction on a 2-node × 4× GB200 setup (50 runs) did not reproduce the OOM, and repair-bot could not reproduce on B200 either.Unwaiving to let CI confirm; closing 6260890 on a clean run.
Test Coverage
accuracy/test_llm_api_pytorch.py::TestKimiK25::test_nvfp4[dep8]Summary by CodeRabbit