fix: Add --model as an alias for --model-path in server_args (#7505)

This commit is contained in:
Chang Su
2025-06-24 12:08:08 -07:00
committed by GitHub
parent 5f527834a8
commit 3562256bb2

View File

@@ -564,6 +564,7 @@ class ServerArgs:
# Model and port args
parser.add_argument(
"--model-path",
"--model",
type=str,
help="The path of the model weights. This can be a local folder or a Hugging Face repo ID.",
required=True,