Improve process creation (#1534)

This commit is contained in:
Lianmin Zheng
2024-09-29 02:36:12 -07:00
committed by GitHub
parent fd9ad817ec
commit 048685430d
15 changed files with 270 additions and 677 deletions

View File

@@ -249,11 +249,12 @@ jobs:
python3 test_mla.py
python3 test_mla_fp8.py
- name: Evaluate Data Parallelism Accuracy (TP=2)
timeout-minutes: 10
run: |
cd test/srt
python3 test_data_parallelism.py
# Temporarily disabled
#- name: Evaluate Data Parallelism Accuracy (TP=2)
# timeout-minutes: 10
# run: |
# cd test/srt
# python3 test_data_parallelism.py
finish:
needs: [