Skip to content

Commit f44d413

Browse files
authored
Merge pull request #13 from Yelen719/master
Update README for installing torch_scatter
2 parents 10878b8 + 16c2c0c commit f44d413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ conda activate conv_onet
3333
```
3434
**Note**: you might need to install **torch-scatter** mannually following [the official instruction](https://github.com/rusty1s/pytorch_scatter#pytorch-140):
3535
```
36-
pip install torch-scatter==latest+cu101 -f https://pytorch-geometric.com/whl/torch-1.4.0.html
36+
pip install torch-scatter==2.0.4 -f https://pytorch-geometric.com/whl/torch-1.4.0+cu101.html
3737
```
3838

3939
Next, compile the extension modules.

0 commit comments

Comments
 (0)