We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7ffd5 commit a6484c8Copy full SHA for a6484c8
src/transformers/training_args.py
@@ -1001,6 +1001,7 @@ class TrainingArguments:
1001
)
1002
},
1003
1004
+ # Do not touch this type annotation or it will stop working in CLI
1005
fsdp_config: Optional[str] = field(
1006
default=None,
1007
metadata={
@@ -1019,7 +1020,8 @@ class TrainingArguments:
1019
1020
1021
1022
- deepspeed: Optional[Union[str, Dict]] = field(
1023
1024
+ deepspeed: Optional[str] = field(
1025
1026
1027
"help": (
0 commit comments