File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ class EngineArgs:
364
364
calculate_kv_scales : bool = CacheConfig .calculate_kv_scales
365
365
366
366
additional_config : Optional [Dict [str , Any ]] = None
367
-
367
+ enable_reasoning : Optional [ bool ] = None # DEPRECATED
368
368
reasoning_parser : str = DecodingConfig .reasoning_backend
369
369
370
370
use_tqdm_on_load : bool = LoadConfig .use_tqdm_on_load
@@ -808,7 +808,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
808
808
"Use --reasoning-parser to specify " \
809
809
"the reasoning parser backend instead. "
810
810
"This flag (--enable-reasoning) will be " \
811
- "removed in a future version . "
811
+ "removed in v0.10.0 . "
812
812
"When --reasoning-parser is specified, " \
813
813
"reasoning mode is automatically enabled."
814
814
)
You can’t perform that action at this time.
0 commit comments