Unverified Commit 676a7b51 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

make --speculative-draft-model an alias of --speculative-draft-model-path (#10246)

parent 15f99347
......@@ -1531,6 +1531,7 @@ class ServerArgs:
)
parser.add_argument(
"--speculative-draft-model-path",
"--speculative-draft-model",
type=str,
help="The path of the draft model weights. This can be a local folder or a Hugging Face repo ID.",
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment