Created
October 8, 2023 21:03
-
-
Save shaneturner/c65a26c3a11e7f5f63f8076559a134fb to your computer and use it in GitHub Desktop.
Check python torch CUDA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
print(torch.version.cuda) | |
print(torch.cuda.is_available) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment