Commit 96757f9e authored by rusty1s's avatar rusty1s
Browse files

update readme [ci skip]

parent a4f02c79
...@@ -31,6 +31,22 @@ Note that only `value` comes with autograd support, as `index` is discrete and t ...@@ -31,6 +31,22 @@ Note that only `value` comes with autograd support, as `index` is discrete and t
We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](https://pytorch-geometric.com/whl). We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](https://pytorch-geometric.com/whl).
#### PyTorch 1.6.0
To install the binaries for PyTorch 1.6.0, simply run
```
pip install torch-scatter==latest+${CUDA} torch-sparse==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.5.0.html
```
where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu101` or `cu102` depending on your PyTorch installation.
| | `cpu` | `cu92` | `cu101` | `cu102` |
|-------------|-------|--------|---------|---------|
| **Linux** | ✅ | ✅ | ✅ | ✅ |
| **Windows** | ✅ | ❌ | ✅ | ✅ |
| **macOS** | ✅ | | | |
#### PyTorch 1.5.0 #### PyTorch 1.5.0
To install the binaries for PyTorch 1.5.0, simply run To install the binaries for PyTorch 1.5.0, simply run
......
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