Skip to content
Snippets Groups Projects

Enable to use GPU for teklia_dan_predict

Merged Manon Blanco requested to merge choose-gpu into main
2 files
+ 10
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -148,4 +148,10 @@ def add_predict_parser(subcommands) -> None:
type=int,
default=0,
)
parser.add_argument(
"--gpu-device",
help="Use a specific GPU if available.",
type=int,
required=False,
)
parser.set_defaults(func=run)
Loading