Unverified Commit a3e750c0 authored by z1ying's avatar z1ying Committed by GitHub
Browse files

[Misc] Update deprecation warning for --model flag (#39518)


Signed-off-by: default avatarZiying Tao <tzzying@outlook.com>
parent da72dace
......@@ -192,7 +192,7 @@ class FlexibleArgumentParser(ArgumentParser):
"With `vllm serve`, you should provide the model as a "
"positional argument or in a config file instead of via "
"the `--model` option. "
"The `--model` option will be removed in v0.13."
"The `--model` option will be removed in a future version."
)
if args[model_idx] == "--model":
......
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