kiyokiku
Results
3
comments of
kiyokiku
@microsoft-github-policy-service agree
@zhenhuaplan Could you run the following Python script and let me know the output? ``` import torch print("torch.backends.mps:", torch.backends.mps.is_available()) print("torch.mps:", torch.mps.is_available()) ``` On my environment, the output is as follows:...
For compatibility, I have replaced `torch.mps` with `torch.backends.mps`.