Skip to content

Commit a5b777c

Browse files
committed
doc edit
1 parent 2c6b561 commit a5b777c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ the top of your general simulation scripts as follows:
5656
mid = -1 # the gpu_id (run nivida-smi to find your system's GPU identifiers)
5757
if mid >= 0:
5858
print(" > Using GPU ID {0}".format(mid))
59-
os.environ["CUDA_VISIBLE_DEVICES"]="{0}".format(mid)
60-
#gpu_tag = '/GPU:0'
59+
os.environ["CUDA_VISIBLE_DEVICES"]="{0}".format(mid)'
6160
gpu_tag = '/GPU:0'
6261
else:
6362
os.environ["CUDA_VISIBLE_DEVICES"]="-1"

0 commit comments

Comments
 (0)