Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3352bf8b
Unverified
Commit
3352bf8b
authored
Apr 08, 2026
by
Wentao Ye
Committed by
GitHub
Apr 08, 2026
Browse files
[CI Bug] Fix pre-commit issue in main (#39347)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
7c94ae16
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tests/v1/e2e/spec_decode/test_spec_decode.py
tests/v1/e2e/spec_decode/test_spec_decode.py
+4
-1
No files found.
tests/v1/e2e/spec_decode/test_spec_decode.py
View file @
3352bf8b
...
...
@@ -214,7 +214,10 @@ def test_ngram_gpu_default_with_async_scheduling(
async_scheduling
=
async_scheduling
,
)
# Assert the resolved async_scheduling config matches what was requested.
assert
spec_llm
.
llm_engine
.
vllm_config
.
scheduler_config
.
async_scheduling
==
async_scheduling
assert
(
spec_llm
.
llm_engine
.
vllm_config
.
scheduler_config
.
async_scheduling
==
async_scheduling
)
evaluate_llm_for_gsm8k
(
spec_llm
,
expected_accuracy_threshold
=
0.8
)
del
spec_llm
cleanup_dist_env_and_memory
()
...
...
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