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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
Why have this fork?
2
+
Pytorch scatter doesn't encourage people from pip installing it from source (via pip install pytorch-scatter) since they don't want the system to pick up the wrong version of torch (that isn't for your version of cuda) - see rusty1s#266
3
+
4
+
I checked their wheels and they do NOT have one that is compatible with M1 macs. So I cloned their repo, and added pyproject.toml so you CAN build the wheel for your computer using pip install git+https://github.com/curtischong/pytorch_sparse.git
0 commit comments