Fix Deepseek nightly tests (#12906)

This commit is contained in:
Kangyan-Zhou
2025-11-09 00:26:06 -08:00
committed by GitHub
parent b5e0417392
commit 93cf60fc64
5 changed files with 250 additions and 204 deletions

View File

@@ -53,7 +53,7 @@ jobs:
run: |
rm -rf test/srt/performance_profiles_deepseek_v31/
cd test/srt
IS_BLACKWELL=1 python3 nightly/test_deepseek_v31_perf.py --continue-on-error
IS_BLACKWELL=1 python3 nightly/test_deepseek_v31_perf.py
- name: Publish DeepSeek v3.1 traces to storage repo
env:
@@ -71,7 +71,7 @@ jobs:
run: |
rm -rf test/srt/performance_profiles_deepseek_v32/
cd test/srt
IS_BLACKWELL=1 python3 nightly/test_deepseek_v32_perf.py --continue-on-error
IS_BLACKWELL=1 python3 nightly/test_deepseek_v32_perf.py
- name: Publish DeepSeek v3.2 traces to storage repo
env: