mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 15:44:58 +00:00
Fix typo
This commit is contained in:
parent
47b6b607fd
commit
41c0646c4f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Installation needs a somewhat recent version of nvcc and gcc/g++, obtain those,
|
||||||
export CUDA_HOME=/usr/local/cuda-11.4
|
export CUDA_HOME=/usr/local/cuda-11.4
|
||||||
conda install -c nvidia/label/cuda-11.4.0 cuda-nvcc
|
conda install -c nvidia/label/cuda-11.4.0 cuda-nvcc
|
||||||
conda install -c conda-forge gcc
|
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).
|
Then, run the following (compiling takes up to 30 min).
|
||||||
|
|
Loading…
Reference in a new issue