[CI] Add Mistral Large 3 Eagle nightly performance test (#14525)

This commit is contained in:
Alison Shao
2025-12-11 17:01:50 -08:00
committed by GitHub
parent e59435c34b
commit f832994c32
2 changed files with 101 additions and 0 deletions

View File

@@ -432,6 +432,7 @@ jobs:
SGLANG_ENABLE_JIT_DEEPGEMM: "0"
run: |
rm -rf test/performance_profiles_mistral_large3/
rm -rf test/performance_profiles_mistral_large3_eagle/
cd test
IS_BLACKWELL=1 python3 nightly/test_mistral_large3_perf.py
@@ -442,6 +443,7 @@ jobs:
GITHUB_RUN_NUMBER: ${{ github.run_number }}
run: |
python3 scripts/ci/publish_traces.py --traces-dir test/performance_profiles_mistral_large3
python3 scripts/ci/publish_traces.py --traces-dir test/performance_profiles_mistral_large3_eagle
- name: Run DeepSeek v3.1 nightly performance test
if: always()