Created
February 19, 2024 19:30
-
-
Save AbeEstrada/6826c123e0517dfcdccb91855d217050 to your computer and use it in GitHub Desktop.
Support MPS
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
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