Unverified Commit 4c8093c8 authored by Ying Sheng's avatar Ying Sheng Committed by GitHub
Browse files

Update workflow name (#883)

parent ae7ee01a
......@@ -38,7 +38,7 @@ jobs:
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ --force-reinstall
pip install --upgrade transformers
- name: Test OpenAI Backend
- name: Test Frontend Language with OpenAI Backend
run: |
cd /data/zhyncs/venv && source ./bin/activate && cd -
export OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
......@@ -46,7 +46,7 @@ jobs:
cd test/lang
python3 test_openai_backend.py
- name: Test SRT Backend
- name: Test Frontend Language with SRT Backend
run: |
cd /data/zhyncs/venv && source ./bin/activate && cd -
......
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