mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 03:01:07 +06:00
Fix TrainingArguments help section (#18232)
This commit is contained in:
parent
9f787ce874
commit
43a5375cc1
@ -803,12 +803,12 @@ class TrainingArguments:
|
||||
)
|
||||
},
|
||||
)
|
||||
fsdp_transformer_layer_cls_to_wrap: str = field(
|
||||
fsdp_transformer_layer_cls_to_wrap: Optional[str] = field(
|
||||
default=None,
|
||||
metadata={
|
||||
"help": (
|
||||
"Transformer layer class name (case-sensitive) to wrap ,e.g, `BertLayer`, `GPTJBlock`, `T5Block` .... "
|
||||
"(useful only when `fsdp` flag is passed).",
|
||||
"(useful only when `fsdp` flag is passed)."
|
||||
)
|
||||
},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user