Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active December 3, 2023 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/3c6f1791a71bde41c7f5fd0ade73fefb to your computer and use it in GitHub Desktop.
Save garystafford/3c6f1791a71bde41c7f5fd0ade73fefb to your computer and use it in GitHub Desktop.
import torch
print(torch.__version__) # e.g., 2.0.0 (at the time of the post)
print(torch.cuda.get_device_name(0)) # e.g., NVIDIA A10G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment