From b8fd424df94ea9f7563b6370e616ca036ef53601 Mon Sep 17 00:00:00 2001 From: Ronan Date: Sat, 27 May 2023 04:14:10 -0400 Subject: [PATCH] change to torch-cluster package in pip command line - README.md (#179) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61efba6..4df9eb2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ We alternatively provide pip wheels for all major OS/PyTorch/CUDA combinations, To install the binaries for PyTorch 2.0.0, simply run ``` -pip install torch-spline-conv -f https://data.pyg.org/whl/torch-2.0.0+${CUDA}.html +pip install torch-cluster -f https://data.pyg.org/whl/torch-2.0.0+${CUDA}.html ``` 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 To install the binaries for PyTorch 1.13.0, simply run ``` -pip install torch-spline-conv -f https://data.pyg.org/whl/torch-1.13.0+${CUDA}.html +pip install torch-cluster -f https://data.pyg.org/whl/torch-1.13.0+${CUDA}.html ``` where `${CUDA}` should be replaced by either `cpu`, `cu116`, or `cu117` depending on your PyTorch installation.