Skip to content

Commit 23cef1f

Browse files
committed
update install
1 parent 0a4a557 commit 23cef1f

File tree

4 files changed

+3
-52
lines changed

4 files changed

+3
-52
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ deploy:
8080
edge: true
8181
access_key_id: AKIAJB7S6NJ5OM5MAAGA
8282
secret_access_key: ${S3_SECRET_ACCESS_KEY}
83-
bucket: pytorch-sparse
83+
bucket: pytorch-geometric.com
8484
local_dir: dist/torch-${TORCH_VERSION}
8585
upload_dir: whl/torch-${TORCH_VERSION}
8686
acl: public_read

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ Note that only `value` comes with autograd support, as `index` is discrete and t
2929

3030
### Binaries
3131

32-
We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](http://pytorch-sparse.s3-website.eu-central-1.amazonaws.com/whl).
32+
We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/index.html).
3333
To install from binaries, simply run
3434

3535
```
36-
pip install torch-scatter==latest+${CUDA} -f http://pytorch-scatter.s3-website.eu-central-1.amazonaws.com/whl/torch-1.4.0.html --trusted-host pytorch-scatter.s3-website.eu-central-1.amazonaws.com
37-
pip install torch-sparse==latest+${CUDA} -f http://pytorch-sparse.s3-website.eu-central-1.amazonaws.com/whl/torch-1.4.0.html --trusted-host pytorch-sparse.s3-website.eu-central-1.amazonaws.com
36+
pip install torch-scatter==latest+${CUDA} torch-sparse==latest+${CUDA} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0.html
3837
```
3938

4039
where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu100` or `cu101` depending on your PyTorch installation.

script/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

script/wheel.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)