Fix Deepseek nightly tests (#12906)
This commit is contained in:
4
.github/workflows/nightly-test-b200.yml
vendored
4
.github/workflows/nightly-test-b200.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user