Update SETUP.md

add cuda11.8 to suggested install for windows
This commit is contained in:
Victor Hall 2023-06-21 12:54:35 -04:00 committed by GitHub
parent 03c3f86a5a
commit bc4eaa549f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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`