us-address-matching-model / check_for_metal.py
Feliks Zaslavskiy
tweak
ff208e8
import torch
if not torch.backends.mps.is_available():
print("MPS is available")
else:
print("MPS not available")