Skip to content

Commit bedbc7b

Browse files
orionrmalfet
authored andcommitted
Switch from gpu to cuda as device option (#396)
1 parent a25e233 commit bedbc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def add_arguments(parser):
245245
"--device",
246246
type=str,
247247
default=default_device,
248-
help="Hardware device to use. Options: cpu, gpu, mps",
248+
help="Hardware device to use. Options: cpu, cuda, mps",
249249
)
250250
parser.add_argument(
251251
"--tasks",

0 commit comments

Comments
 (0)