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 5251fe6 commit 9f06fb0Copy full SHA for 9f06fb0
src/transformers/training_args.py
@@ -1030,7 +1030,7 @@ class TrainingArguments:
1030
use_cpu: bool = field(
1031
default=False,
1032
metadata={
1033
- "help": " Whether or not to use cpu. If set to False, we will use cuda/tpu/mps/npu device if available."
+ "help": "Whether or not to use cpu. If set to False, we will use cuda/tpu/mps/npu device if available."
1034
},
1035
)
1036
use_mps_device: bool = field(
0 commit comments