Update workflow name (#883)
This commit is contained in:
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
@@ -38,7 +38,7 @@ 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 OpenAI Backend
|
- name: Test Frontend Language with OpenAI Backend
|
||||||
run: |
|
run: |
|
||||||
cd /data/zhyncs/venv && source ./bin/activate && cd -
|
cd /data/zhyncs/venv && source ./bin/activate && cd -
|
||||||
export OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
|
export OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
cd test/lang
|
cd test/lang
|
||||||
python3 test_openai_backend.py
|
python3 test_openai_backend.py
|
||||||
|
|
||||||
- name: Test SRT Backend
|
- name: Test Frontend Language with SRT Backend
|
||||||
run: |
|
run: |
|
||||||
cd /data/zhyncs/venv && source ./bin/activate && cd -
|
cd /data/zhyncs/venv && source ./bin/activate && cd -
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user