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
2b161045
Unverified
Commit
2b161045
authored
May 21, 2025
by
Hyogeun Oh (오효근)
Committed by
GitHub
May 21, 2025
Browse files
[Misc] Update deprecation message for `--enable-reasoning` (#18404)
parent
371376f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
2b161045
...
...
@@ -577,7 +577,7 @@ class EngineArgs:
action
=
argparse
.
BooleanOptionalAction
,
deprecated
=
True
,
help
=
"[DEPRECATED] The `--enable-reasoning` flag is deprecated as "
"of v0.
8.6
. Use `--reasoning-parser` to specify the reasoning "
"of v0.
9.0
. Use `--reasoning-parser` to specify the reasoning "
"parser backend instead. This flag (`--enable-reasoning`) will be "
"removed in v0.10.0. When `--reasoning-parser` is specified, "
"reasoning mode is automatically enabled."
)
...
...
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