Skip to content

Commit

Permalink
Merge pull request Stability-AI#95 from jamesthesnake/main
Browse files Browse the repository at this point in the history
Typo found , fixed in README
  • Loading branch information
miao-ju authored Dec 15, 2022
2 parents cd8f328 + d9ae297 commit 9718e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 9718e11

Please sign in to comment.