make --speculative-draft-model an alias of --speculative-draft-model-path (#10246)
This commit is contained in:
@@ -1531,6 +1531,7 @@ class ServerArgs:
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--speculative-draft-model-path",
|
"--speculative-draft-model-path",
|
||||||
|
"--speculative-draft-model",
|
||||||
type=str,
|
type=str,
|
||||||
help="The path of the draft model weights. This can be a local folder or a Hugging Face repo ID.",
|
help="The path of the draft model weights. This can be a local folder or a Hugging Face repo ID.",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user