We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e7b54 commit a4a486aCopy full SHA for a4a486a
README.md
@@ -25,6 +25,9 @@ Replace:
25
- `${TORCH}` with your installed PyTorch version (e.g., `2.6.0`)
26
- `${CUDA}` with e.g. `cpu`, `cu118`, or `cu121` depending on your system and CUDA version
27
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
+
31
For a full list of currently available PyTorch versions and CUDA compatibility, please refer to libraries' official documentation:
32
- [torch](https://pytorch.org/get-started/locally/)
33
- [torch_geometric](https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html#installation)
0 commit comments