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
0303ca91
Unverified
Commit
0303ca91
authored
Nov 30, 2024
by
Lianmin Zheng
Committed by
GitHub
Nov 30, 2024
Browse files
[CI] Fix missing files in run_suite.py (#2288)
parent
00181098
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/srt/run_suite.py
test/srt/run_suite.py
+2
-2
No files found.
test/srt/run_suite.py
View file @
0303ca91
...
...
@@ -15,6 +15,7 @@ suites = {
"test_double_sparsity.py"
,
"test_embedding_openai_server.py"
,
"test_eval_accuracy_mini.py"
,
"test_get_weights_by_name.py"
,
"test_gguf.py"
,
"test_input_embeddings.py"
,
"test_json_constrained.py"
,
...
...
@@ -36,10 +37,9 @@ suites = {
"test_torchao.py"
,
"test_triton_attention_kernels.py"
,
"test_triton_attention_backend.py"
,
"test_update_weights.py"
,
"test_update_weights
_from_disk
.py"
,
"test_vision_openai_server.py"
,
"test_session_control.py"
,
"test_get_parameter_by_name.py"
,
],
"sampling/penaltylib"
:
glob
.
glob
(
"sampling/penaltylib/**/test_*.py"
,
recursive
=
True
...
...
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