Skip to content

Commit 2e3defa

Browse files
authored
change to torch-cluster package in pip command line - README.md
1 parent 32bee64 commit 2e3defa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We alternatively provide pip wheels for all major OS/PyTorch/CUDA combinations,
4848
To install the binaries for PyTorch 2.0.0, simply run
4949

5050
```
51-
pip install torch-spline-conv -f https://data.pyg.org/whl/torch-2.0.0+${CUDA}.html
51+
pip install torch-cluster -f https://data.pyg.org/whl/torch-2.0.0+${CUDA}.html
5252
```
5353

5454
where `${CUDA}` should be replaced by either `cpu`, `cu117`, or `cu118` depending on your PyTorch installation.
@@ -64,7 +64,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu117`, or `cu118` dependin
6464
To install the binaries for PyTorch 1.13.0, simply run
6565

6666
```
67-
pip install torch-spline-conv -f https://data.pyg.org/whl/torch-1.13.0+${CUDA}.html
67+
pip install torch-cluster -f https://data.pyg.org/whl/torch-1.13.0+${CUDA}.html
6868
```
6969

7070
where `${CUDA}` should be replaced by either `cpu`, `cu116`, or `cu117` depending on your PyTorch installation.

0 commit comments

Comments
 (0)