Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jul 6, 2022
1 parent 071e6ae commit 8ba94b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chronumental/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import os
import sys
GPU_REQUESTED = "use_gpu" in sys.argv
GPU_REQUESTED = "--use_gpu" in sys.argv
if not GPU_REQUESTED:
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
import datetime
Expand Down

0 comments on commit 8ba94b6

Please sign in to comment.