Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
4c8093c8
Unverified
Commit
4c8093c8
authored
Aug 01, 2024
by
Ying Sheng
Committed by
GitHub
Aug 01, 2024
Browse files
Update workflow name (#883)
parent
ae7ee01a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/unit-test.yml
.github/workflows/unit-test.yml
+2
-2
No files found.
.github/workflows/unit-test.yml
View file @
4c8093c8
...
...
@@ -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 -
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment