Skip to content

Commit 2b16104

Browse files
authored
[Misc] Update deprecation message for --enable-reasoning (vllm-project#18404)
1 parent 371376f commit 2b16104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/arg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
577577
action=argparse.BooleanOptionalAction,
578578
deprecated=True,
579579
help="[DEPRECATED] The `--enable-reasoning` flag is deprecated as "
580-
"of v0.8.6. Use `--reasoning-parser` to specify the reasoning "
580+
"of v0.9.0. Use `--reasoning-parser` to specify the reasoning "
581581
"parser backend instead. This flag (`--enable-reasoning`) will be "
582582
"removed in v0.10.0. When `--reasoning-parser` is specified, "
583583
"reasoning mode is automatically enabled.")

0 commit comments

Comments
 (0)