Commit 2af41f82 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 5bc78933
...@@ -42,7 +42,7 @@ We alternatively provide pip wheels for all major OS/PyTorch/CUDA combinations, ...@@ -42,7 +42,7 @@ We alternatively provide pip wheels for all major OS/PyTorch/CUDA combinations,
To install the binaries for PyTorch 1.13.0, simply run To install the binaries for PyTorch 1.13.0, simply run
``` ```
pip install torch-spline-conv -f https://data.pyg.org/whl/torch-1.12.0+${CUDA}.html pip install torch-spline-conv -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. where `${CUDA}` should be replaced by either `cpu`, `cu116`, or `cu117` depending on your PyTorch installation.
......
``` ```
./build_conda.sh 3.9 1.13.0 cu113 # python, pytorch and cuda version ./build_conda.sh 3.9 1.13.0 cu116 # python, pytorch and cuda version
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment