We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--enable-reasoning
1 parent 371376f commit 2b16104Copy full SHA for 2b16104
vllm/engine/arg_utils.py
@@ -577,7 +577,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
577
action=argparse.BooleanOptionalAction,
578
deprecated=True,
579
help="[DEPRECATED] The `--enable-reasoning` flag is deprecated as "
580
- "of v0.8.6. Use `--reasoning-parser` to specify the reasoning "
+ "of v0.9.0. Use `--reasoning-parser` to specify the reasoning "
581
"parser backend instead. This flag (`--enable-reasoning`) will be "
582
"removed in v0.10.0. When `--reasoning-parser` is specified, "
583
"reasoning mode is automatically enabled.")
0 commit comments