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
947402c8
Unverified
Commit
947402c8
authored
Aug 03, 2024
by
Liangsheng Yin
Committed by
GitHub
Aug 03, 2024
Browse files
Reorder CI unit tests. (#908)
parent
8c5382e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.github/workflows/unit-test.yml
.github/workflows/unit-test.yml
+5
-5
No files found.
.github/workflows/unit-test.yml
View file @
947402c8
...
...
@@ -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
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