mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
parent
5251fe6271
commit
9f06fb0505
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user