Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Created February 19, 2024 19:30
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 AbeEstrada/6826c123e0517dfcdccb91855d217050 to your computer and use it in GitHub Desktop.
Save AbeEstrada/6826c123e0517dfcdccb91855d217050 to your computer and use it in GitHub Desktop.
Support MPS
device = 'cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment