Unverified Commit 43a5375c authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Fix TrainingArguments help section (#18232)

parent 9f787ce8
......@@ -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)."
)
},
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment