"vscode:/vscode.git/clone" did not exist on "5529ddfb82cefc17d83b3d33e7fa0fc6b1ed9e2c"
Commit c114e78f authored by rusty1s's avatar rusty1s
Browse files

typo

parent 4ce6a976
......@@ -70,18 +70,12 @@ $ echo $CPATH
>>> /usr/local/cuda/include:...
```
Then run
Then run:
```
pip install torch-scatter
```
or
```
python setup.py install
```
When running in a docker container without nvidia driver, PyTorch needs to evaluate the compute capabilities and may fail.
In this case, ensure that the compute capabilities are set via `TORCH_CUDA_ARCH_LIST`, *e.g.*:
......
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