Skip to content

Commit

Permalink
removed fixed state cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilJohan committed Jul 30, 2024
1 parent 2fc9602 commit 49a5cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def cuda_available():
result = subprocess.run(['nvidia-smi'], stdout=subprocess.PIPE, stderr=subprocess.PIPE,
universal_newlines=True)
if result.returncode == 0:
return False # Should be set to true, currently temporarily disabled
return True # Should be set to true, currently temporarily disabled
return False
except FileNotFoundError:
return False
Expand Down

0 comments on commit 49a5cc2

Please sign in to comment.