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 3ba1de5 commit 3056fdcCopy full SHA for 3056fdc
README.md
@@ -39,7 +39,7 @@ We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](htt
39
To install the binaries for PyTorch 2.6.0, simply run
40
41
```
42
-pip install torch-cluster -f https://data.pyg.org/whl/torch-2.5.0+${CUDA}.html
+pip install torch-cluster -f https://data.pyg.org/whl/torch-2.6.0+${CUDA}.html
43
44
45
where `${CUDA}` should be replaced by either `cpu`, `cu118`, `cu124`, or `cu126` depending on your PyTorch installation.
0 commit comments