mmesa-gitex / verify.py
vitorcalvi's picture
12 Oct Gitex 2024
b20a621
raw
history blame
139 Bytes
import torch
print(torch.backends.mps.is_available()) # Should return True
print(torch.backends.mps.is_built()) # Should return True