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 a25e233 commit bedbc7bCopy full SHA for bedbc7b
cli.py
@@ -245,7 +245,7 @@ def add_arguments(parser):
245
"--device",
246
type=str,
247
default=default_device,
248
- help="Hardware device to use. Options: cpu, gpu, mps",
+ help="Hardware device to use. Options: cpu, cuda, mps",
249
)
250
parser.add_argument(
251
"--tasks",
0 commit comments