1
0
This commit is contained in:
2024-05-23 20:43:52 +08:00
parent e6da567437
commit 9a33bd6f49
11 changed files with 292 additions and 1 deletions

6
test/macTest.py Normal file
View File

@@ -0,0 +1,6 @@
import torch
print(torch.backends.mps.is_available())
print(torch.backends.mps.is_built())
print(torch.device("mps"))