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 96757f9 commit 2ab84edCopy full SHA for 2ab84ed
README.md
@@ -36,7 +36,7 @@ We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](htt
36
To install the binaries for PyTorch 1.6.0, simply run
37
38
```
39
-pip install torch-scatter==latest+${CUDA} torch-sparse==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.5.0.html
+pip install torch-scatter==latest+${CUDA} torch-sparse==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.6.0.html
40
41
42
where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu101` or `cu102` depending on your PyTorch installation.
0 commit comments