Skip to content

Commit b2d9bde

Browse files
committed
[Feature][Frontend]: Deprecate --enable-reasoning
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
1 parent a12c016 commit b2d9bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/engine/arg_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class EngineArgs:
364364
calculate_kv_scales: bool = CacheConfig.calculate_kv_scales
365365

366366
additional_config: Optional[Dict[str, Any]] = None
367-
367+
enable_reasoning: Optional[bool] = None # DEPRECATED
368368
reasoning_parser: str = DecodingConfig.reasoning_backend
369369

370370
use_tqdm_on_load: bool = LoadConfig.use_tqdm_on_load
@@ -808,7 +808,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
808808
"Use --reasoning-parser to specify " \
809809
"the reasoning parser backend instead. "
810810
"This flag (--enable-reasoning) will be " \
811-
"removed in a future version. "
811+
"removed in v0.10.0. "
812812
"When --reasoning-parser is specified, " \
813813
"reasoning mode is automatically enabled."
814814
)

0 commit comments

Comments
 (0)