Fix super tiny extra space typo (#34440)

Update training_args.py
This commit is contained in:
fzyzcjy 2024-10-30 23:55:16 +08:00 committed by GitHub
parent 5251fe6271
commit 9f06fb0505
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1030,7 +1030,7 @@ class TrainingArguments:
use_cpu: bool = field(
default=False,
metadata={
"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."
},
)
use_mps_device: bool = field(