Skip to content

Commit a4a486a

Browse files
committed
add torch version warning
1 parent 99e7b54 commit a4a486a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Replace:
2525
- `${TORCH}` with your installed PyTorch version (e.g., `2.6.0`)
2626
- `${CUDA}` with e.g. `cpu`, `cu118`, or `cu121` depending on your system and CUDA version
2727

28+
If you already have `torch` installed, make sure that `torch_scatter` and `torch_geometric` are compatible with your
29+
PyTorch version and are installed with the same CUDA version.
30+
2831
For a full list of currently available PyTorch versions and CUDA compatibility, please refer to libraries' official documentation:
2932
- [torch](https://pytorch.org/get-started/locally/)
3033
- [torch_geometric](https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html#installation)

0 commit comments

Comments
 (0)