Add dpsk-r1-fp4 in nightly perf ci (#16882)

This commit is contained in:
Qiaolin Yu
2026-01-15 16:13:35 -08:00
committed by GitHub
parent 146b5fcc84
commit e3a95077bc
2 changed files with 76 additions and 2 deletions

View File

@@ -374,10 +374,10 @@ jobs:
IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh
- name: Run test
timeout-minutes: 60
timeout-minutes: 300
run: |
cd test
python3 run_suite.py --hw cuda --suite nightly-4-gpu-b200 --nightly --continue-on-error
python3 run_suite.py --hw cuda --suite nightly-4-gpu-b200 --nightly --continue-on-error --timeout-per-file 12000
# Specialized B200 tests - 8 GPU, for specific backends and configs
nightly-test-specialized-8-gpu-b200: