Skip to content

Commit

Permalink
Make device parameter work like DLMUSE and DLICV
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Jan 10, 2025
1 parent 2418928 commit 5d746bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NiChart_DLMUSE/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def main() -> None:

# DEVICE argument
parser.add_argument(
"-d",
"--device",
"-device",
type=str,
help="Device (cpu, cuda, or mps)",
default=None,
Expand Down

0 comments on commit 5d746bb

Please sign in to comment.