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

This commit is contained in:
Lianmin Zheng
2025-09-09 19:12:24 -07:00
committed by GitHub
parent 15f993472c
commit 676a7b51bd

View File

@@ -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.",
)