Skip to content

Instantly share code, notes, and snippets.

@gladiopeace
Forked from mberman84/checker.py
Created June 13, 2023 16:32
Show Gist options
  • Select an option

  • Save gladiopeace/7570ee2dcfdc87c265f8c3b45e2b3058 to your computer and use it in GitHub Desktop.

Select an option

Save gladiopeace/7570ee2dcfdc87c265f8c3b45e2b3058 to your computer and use it in GitHub Desktop.
Cuda Checker
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