[https://nvbugs/6450333][test] Unwaive DeepSeek V4 Flash auto dtype test - #16890
Conversation
Signed-off-by: Fanrong Li <lfr-0531@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)
WalkthroughThe integration waiver list removes the SKIP entry for ChangesIntegration waiver update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/bot run --disable-fail-fast |
|
PR_Github #61854 [ run ] triggered by Bot. Commit: |
|
PR_Github #61854 [ run ] completed with state
|
|
/bot run --stage-list "DGX_B200-4_GPUs-PyTorch-1-cbts" |
|
PR_Github #61935 [ run ] triggered by Bot. Commit: |
|
PR_Github #61935 [ run ] completed with state
|
|
/bot run --stage-list "DGX_B200-4_GPUs-PyTorch-1" |
|
PR_Github #62058 [ run ] triggered by Bot. Commit: |
|
PR_Github #62058 [ run ] completed with state |
|
/bot run --disable-fail-fast |
|
PR_Github #62122 [ run ] triggered by Bot. Commit: |
|
PR_Github #62122 [ run ] completed with state |
Description
NVBug 6450333 is not reproducible on the latest
main, so the waiver for the following test is no longer needed:This PR removes only that waiver entry, re-enabling the existing DeepSeek V4 Flash auto-dtype accuracy test in the configured B200 and B300 CI stages. It does not change source or runtime behavior.
Test Coverage
Validated on 4x B200 from
mainatb91ffdad9113f1d04adbb685b044f9d64759ab88after a clean SM100 build-install. The test process loaded the current repository source and rebuilt nanobind module;LlmRequest.get_tokens_rangewas present.CUDA_VISIBLE_DEVICES=0,1,2,3 \ LLM_MODELS_ROOT=/home/scratch.trt_llm_data/llm-models \ PYTHONPATH="$PWD:$PWD/tests/integration/defs:$PWD/examples" \ python3 -m pytest -vv -s \ tests/integration/defs/accuracy/test_llm_api_pytorch.py::TestDeepSeekV4Flash::test_auto_dtype \ --timeout=2400Result:
1 passed in 431.42s.pre-commit run --files tests/integration/test_lists/waives.txt: passedThe local validation used B200 hardware; removing the waiver restores coverage for both the B200 and B300 stages where this test is already listed.
PR Checklist
[JIRA/NVBUG][type] descriptionformatGitHub Bot Help
To see a list of available CI bot commands, comment
/bot help.Dev Engineer Review
TestDeepSeekV4Flash::test_auto_dtypewaiver and its NVBug reference fromtests/integration/test_lists/waives.txt.QA Engineer Review
test-db/orqa/files were modified.accuracy/test_llm_api_pytorch.py::TestDeepSeekV4Flash::test_auto_dtype, re-enabling its configured B200 and B300 CI coverage.