Unverified Commit 947402c8 authored by Liangsheng Yin's avatar Liangsheng Yin Committed by GitHub
Browse files

Reorder CI unit tests. (#908)

parent 8c5382e6
......@@ -36,11 +36,6 @@ jobs:
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ --force-reinstall
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
run: |
cd test/lang
......@@ -55,3 +50,8 @@ jobs:
run: |
cd test/srt
python3 test_eval_accuracy.py
- name: Test Frontend Language with OpenAI Backend
run: |
cd test/lang
python3 test_openai_backend.py
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment