You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/installation.rst
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,4 +84,18 @@ change the library path based on our own Python path.
84
84
The above commands should be executed for every PowerShell session. To setup this
85
85
for all PowerShell sessions, we can write them to the PowerShell profile. The
86
86
profile can be found by the ``$profile`` command in PowerShell. You may need to
87
-
create the profile if you use it for the first time.
87
+
create the profile if you use it for the first time.
88
+
89
+
Apple Silicon (M1/M2 Chips)
90
+
---------------------------
91
+
92
+
PyTorch supports Apple silicon from version 1.13. While `torch-scatter` and `torch-cluster` don't have pre-compiled binaries for Apple silicon, we can compile them from their sources. See https://github.com/rusty1s/pytorch_scatter/issues/241 for more details.
0 commit comments