mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 03:45:01 +08:00
[Misc] Update deprecation message for --enable-reasoning (#18404)
This commit is contained in:
parent
371376f996
commit
2b16104557
@ -577,7 +577,7 @@ class EngineArgs:
|
|||||||
action=argparse.BooleanOptionalAction,
|
action=argparse.BooleanOptionalAction,
|
||||||
deprecated=True,
|
deprecated=True,
|
||||||
help="[DEPRECATED] The `--enable-reasoning` flag is deprecated as "
|
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 "
|
"parser backend instead. This flag (`--enable-reasoning`) will be "
|
||||||
"removed in v0.10.0. When `--reasoning-parser` is specified, "
|
"removed in v0.10.0. When `--reasoning-parser` is specified, "
|
||||||
"reasoning mode is automatically enabled.")
|
"reasoning mode is automatically enabled.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user