Add a unit test for data parallelism (#1489)
This commit is contained in:
8
.github/workflows/pr-test.yml
vendored
8
.github/workflows/pr-test.yml
vendored
@@ -228,7 +228,7 @@ jobs:
|
||||
cd human-eval
|
||||
pip install -e .
|
||||
|
||||
- name: Evaluate Accuracy
|
||||
- name: Evaluate Accuracy (TP=2)
|
||||
timeout-minutes: 20
|
||||
run: |
|
||||
cd test/srt
|
||||
@@ -240,6 +240,12 @@ jobs:
|
||||
cd test/srt
|
||||
python3 test_mla.py
|
||||
|
||||
- name: Evaluate Data Parallelism Accuracy (TP=2)
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
cd test/srt
|
||||
python3 test_data_parallelism.py
|
||||
|
||||
finish:
|
||||
needs: [
|
||||
unit-test-frontend, unit-test-backend-part-1, unit-test-backend-part-2, unit-test-backend-part-3,
|
||||
|
||||
Reference in New Issue
Block a user