Skip to content

Commit 9f06fb0

Browse files
authored
Fix super tiny extra space typo (#34440)
Update training_args.py
1 parent 5251fe6 commit 9f06fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/training_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ class TrainingArguments:
10301030
use_cpu: bool = field(
10311031
default=False,
10321032
metadata={
1033-
"help": " Whether or not to use cpu. If set to False, we will use cuda/tpu/mps/npu device if available."
1033+
"help": "Whether or not to use cpu. If set to False, we will use cuda/tpu/mps/npu device if available."
10341034
},
10351035
)
10361036
use_mps_device: bool = field(

0 commit comments

Comments
 (0)