Skip to content

Commit 7a87fd3

Browse files
authored
Update README.md
1 parent dcfaa5e commit 7a87fd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
5+
6+
17
[pypi-image]: https://badge.fury.io/py/torch-sparse.svg
28
[pypi-url]: https://pypi.python.org/pypi/torch-sparse
39
[testing-image]: https://github.com/rusty1s/pytorch_sparse/actions/workflows/testing.yml/badge.svg

0 commit comments

Comments
 (0)