Merge pull request #95 from jamesthesnake/main

Typo found , fixed in README
This commit is contained in:
Orange56 2022-12-15 15:42:01 +00:00 committed by GitHub
commit 9718e1142b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ Installation needs a somewhat recent version of nvcc and gcc/g++, obtain those,
export CUDA_HOME=/usr/local/cuda-11.4
conda install -c nvidia/label/cuda-11.4.0 cuda-nvcc
conda install -c conda-forge gcc
conda install -c conda-forge gxx_linux-64=9.5.0
conda install -c conda-forge gxx_linux-64==9.5.0
```
Then, run the following (compiling takes up to 30 min).