[CI] fix ambiguous argument in testing hybrid attentions. (#10161)
This commit is contained in:
@@ -142,7 +142,7 @@ class TestHybridAttnBackendSpeculativeDecodingPrefillBackend(TestHybridAttnBacke
|
|||||||
return DEFAULT_SERVER_ARGS + [
|
return DEFAULT_SERVER_ARGS + [
|
||||||
"--speculative-algorithm",
|
"--speculative-algorithm",
|
||||||
"EAGLE",
|
"EAGLE",
|
||||||
"--speculative-draft",
|
"--speculative-draft-model-path",
|
||||||
DEFAULT_EAGLE_DRAFT_MODEL_FOR_TEST,
|
DEFAULT_EAGLE_DRAFT_MODEL_FOR_TEST,
|
||||||
"--speculative-num-steps",
|
"--speculative-num-steps",
|
||||||
"3",
|
"3",
|
||||||
@@ -165,7 +165,7 @@ class TestHybridAttnBackendSpeculativeDecodingDecodeBackend(TestHybridAttnBacken
|
|||||||
return DEFAULT_SERVER_ARGS + [
|
return DEFAULT_SERVER_ARGS + [
|
||||||
"--speculative-algorithm",
|
"--speculative-algorithm",
|
||||||
"EAGLE",
|
"EAGLE",
|
||||||
"--speculative-draft",
|
"--speculative-draft-model-path",
|
||||||
DEFAULT_EAGLE_DRAFT_MODEL_FOR_TEST,
|
DEFAULT_EAGLE_DRAFT_MODEL_FOR_TEST,
|
||||||
"--speculative-num-steps",
|
"--speculative-num-steps",
|
||||||
"3",
|
"3",
|
||||||
|
|||||||
Reference in New Issue
Block a user