Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
a3e750c0
Unverified
Commit
a3e750c0
authored
Apr 10, 2026
by
z1ying
Committed by
GitHub
Apr 10, 2026
Browse files
[Misc] Update deprecation warning for --model flag (#39518)
Signed-off-by:
Ziying Tao
<
tzzying@outlook.com
>
parent
da72dace
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/utils/argparse_utils.py
vllm/utils/argparse_utils.py
+1
-1
No files found.
vllm/utils/argparse_utils.py
View file @
a3e750c0
...
...
@@ -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"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment