Skip to content

Commit 326d6f6

Browse files
committed
Fix formatting in pyproject.toml for arm64 marker in torch dependency
1 parent 4e73ce8 commit 326d6f6

3 files changed

Lines changed: 1331 additions & 745 deletions

File tree

debug.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import torch
2+
print("torch:", torch.__version__)
3+
print("MPS built:", torch.backends.mps.is_built())
4+
print("MPS available:", torch.backends.mps.is_available())

0 commit comments

Comments
 (0)