Add Arm64 INT8 MoE test coverage (#25007)

This commit is contained in:
Mandepudi Rani Chowdary
2026-06-10 10:36:57 +08:00
committed by GitHub
parent 854d232a40
commit 7e3e616159
12 changed files with 245 additions and 17 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ jobs:
timeout-minutes: 36
run: |
docker exec -w /sglang-checkout/ ci_sglang_arm64 \
bash -c "source /opt/.venv/bin/activate && cd ./test/srt && python3 run_suite.py --suite per-commit-cpu-arm64 --timeout-per-file 1500"
bash -c "source /opt/.venv/bin/activate && cd ./test && python3 run_suite.py --hw cpu --suite base-b-test-cpu-arm64 --timeout-per-file 1500"
- name: Change permission
timeout-minutes: 2