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
2c2b19b1
"docs/source/using-diffusers/rl.mdx" did not exist on "a0520193e15951655ee2c08c24bfdca716f6f64c"
Unverified
Commit
2c2b19b1
authored
Sep 08, 2025
by
Liangsheng Yin
Committed by
GitHub
Sep 08, 2025
Browse files
[CI] fix ambiguous argument in testing hybrid attentions. (#10161)
parent
72f9fc5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/srt/test_hybrid_attn_backend.py
test/srt/test_hybrid_attn_backend.py
+2
-2
No files found.
test/srt/test_hybrid_attn_backend.py
View file @
2c2b19b1
...
...
@@ -142,7 +142,7 @@ class TestHybridAttnBackendSpeculativeDecodingPrefillBackend(TestHybridAttnBacke
return
DEFAULT_SERVER_ARGS
+
[
"--speculative-algorithm"
,
"EAGLE"
,
"--speculative-draft"
,
"--speculative-draft
-model-path
"
,
DEFAULT_EAGLE_DRAFT_MODEL_FOR_TEST
,
"--speculative-num-steps"
,
"3"
,
...
...
@@ -165,7 +165,7 @@ class TestHybridAttnBackendSpeculativeDecodingDecodeBackend(TestHybridAttnBacken
return
DEFAULT_SERVER_ARGS
+
[
"--speculative-algorithm"
,
"EAGLE"
,
"--speculative-draft"
,
"--speculative-draft
-model-path
"
,
DEFAULT_EAGLE_DRAFT_MODEL_FOR_TEST
,
"--speculative-num-steps"
,
"3"
,
...
...
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