us-address-matching-model / check_for_metal.py
Feliks Zaslavskiy
training data cleanup
0b93f6d
raw
history blame
No virus
85 Bytes
import torch
if not torch.backends.mps.is_available():
print("MPS is available")