Reorder CI unit tests. (#908)
This commit is contained in:
10
.github/workflows/unit-test.yml
vendored
10
.github/workflows/unit-test.yml
vendored
@@ -36,11 +36,6 @@ jobs:
|
|||||||
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ --force-reinstall
|
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ --force-reinstall
|
||||||
pip install --upgrade transformers
|
pip install --upgrade transformers
|
||||||
|
|
||||||
- name: Test Frontend Language with OpenAI Backend
|
|
||||||
run: |
|
|
||||||
cd test/lang
|
|
||||||
python3 test_openai_backend.py
|
|
||||||
|
|
||||||
- name: Test Frontend Language with SRT Backend
|
- name: Test Frontend Language with SRT Backend
|
||||||
run: |
|
run: |
|
||||||
cd test/lang
|
cd test/lang
|
||||||
@@ -55,3 +50,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd test/srt
|
cd test/srt
|
||||||
python3 test_eval_accuracy.py
|
python3 test_eval_accuracy.py
|
||||||
|
|
||||||
|
- name: Test Frontend Language with OpenAI Backend
|
||||||
|
run: |
|
||||||
|
cd test/lang
|
||||||
|
python3 test_openai_backend.py
|
||||||
Reference in New Issue
Block a user