"gallery/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "a0c79b399b75368208464b2c638708165cca7ef1"
Commit eda8dc62 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 2ea2bc5c
...@@ -41,9 +41,18 @@ All included operations are broadcastable, work on varying data types, are imple ...@@ -41,9 +41,18 @@ All included operations are broadcastable, work on varying data types, are imple
## Installation ## Installation
### Anaconda
**Update:** You can now install `pytorch-scatter` via [Anaconda](https://anaconda.org/rusty1s/pytorch-scatter) for all major OS/PyTorch/CUDA combinations 🤗
Given that you have [`pytorch >= 1.8.0` installed](https://pytorch.org/get-started/locally/), simply run
```
conda install pytorch-scatter -c rusty1s
```
### Binaries ### Binaries
We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](https://pytorch-geometric.com/whl). We alternatively provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](https://pytorch-geometric.com/whl).
#### PyTorch 1.9.0 #### PyTorch 1.9.0
......
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