Skip to content

Commit c114e78

Browse files
committed
typo
1 parent 4ce6a97 commit c114e78

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,12 @@ $ echo $CPATH
7070
>>> /usr/local/cuda/include:...
7171
```
7272

73-
Then run
73+
Then run:
7474

7575
```
7676
pip install torch-scatter
7777
```
7878

79-
or
80-
81-
```
82-
python setup.py install
83-
```
84-
8579
When running in a docker container without nvidia driver, PyTorch needs to evaluate the compute capabilities and may fail.
8680
In this case, ensure that the compute capabilities are set via `TORCH_CUDA_ARCH_LIST`, *e.g.*:
8781

0 commit comments

Comments
 (0)