mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-02-01 08:13:38 +00:00
[deps] update to transformers 4.52 (#8125)
This commit is contained in:
@@ -119,7 +119,7 @@ class DataArguments:
|
||||
default=None,
|
||||
metadata={"help": "Override the default system message in the template."},
|
||||
)
|
||||
enable_thinking: bool = field(
|
||||
enable_thinking: Optional[bool] = field(
|
||||
default=True,
|
||||
metadata={"help": "Whether or not to enable thinking mode for reasoning models."},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user