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 c849fe5 commit ba2c1b2Copy full SHA for ba2c1b2
README.md
@@ -50,7 +50,7 @@ We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](htt
50
To install the binaries for PyTorch 2.7.0, simply run
51
52
```
53
-pip install torch-scatter -f https://data.pyg.org/whl/torch-2.6.0+${CUDA}.html
+pip install torch-scatter -f https://data.pyg.org/whl/torch-2.7.0+${CUDA}.html
54
55
56
where `${CUDA}` should be replaced by either `cpu`, `cu118`, `cu126`, or `cu128` depending on your PyTorch installation.
0 commit comments