Skip to content

Commit baba7c7

Browse files
authored
Update README.md
1 parent 80b99ad commit baba7c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](htt
3333
To install from binaries, simply run
3434

3535
```
36-
pip install torch-cluster==latest+${CUDA} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0.html
36+
pip install torch-cluster==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.4.0.html
3737
```
3838

3939
where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu100` or `cu101` depending on your PyTorch installation.
@@ -52,7 +52,6 @@ Ensure that at least PyTorch 1.4.0 is installed and verify that `cuda/bin` and `
5252
$ python -c "import torch; print(torch.__version__)"
5353
>>> 1.4.0
5454
55-
```
5655
$ python -c "import torch; print(torch.__version__)"
5756
>>> 1.1.0
5857

0 commit comments

Comments
 (0)