230523
This commit is contained in:
6
test/macTest.py
Normal file
6
test/macTest.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import torch
|
||||
|
||||
print(torch.backends.mps.is_available())
|
||||
print(torch.backends.mps.is_built())
|
||||
|
||||
print(torch.device("mps"))
|
||||
Reference in New Issue
Block a user