Update SETUP.md
add cuda11.8 to suggested install for windows
This commit is contained in:
parent
03c3f86a5a
commit
bc4eaa549f
|
@ -48,6 +48,8 @@ Double check your python version again after setup by running these two commands
|
|||
|
||||
Again, this should show 3.10.x
|
||||
|
||||
Finally, install CUDA 11.8 from this link: `https://developer.nvidia.com/cuda-11-8-0-download-archive`
|
||||
|
||||
## Local docker container
|
||||
|
||||
```sh
|
||||
|
@ -95,4 +97,4 @@ Conda should be something like this (untested)
|
|||
* `cd EveryDream2trainer`
|
||||
* `conda create --name ed2 python=3.10`
|
||||
* `conda activate ed2`
|
||||
* `pip install -r requirements.txt`
|
||||
* `pip install -r requirements.txt`
|
||||
|
|
Loading…
Reference in New Issue