aboutsummaryrefslogtreecommitdiffstats
path: root/environment-wsl2.yaml
diff options
context:
space:
mode:
authorGreg Fuller <gfuller23@gmail.com>2022-10-12 19:44:41 +0000
committerGreg Fuller <gfuller23@gmail.com>2022-10-12 19:44:41 +0000
commitfb3cefb348600497d964c4fd3f99138d7dde0ec5 (patch)
tree984c02da13dae6ab0d6c21304a551bbfffea02f2 /environment-wsl2.yaml
parentd717eb079cd6b7fa7a4f97c0a10d400bdec753fb (diff)
parent698d303b04e293635bfb49c525409f3bcf671dce (diff)
downloadstable-diffusion-webui-gfx803-fb3cefb348600497d964c4fd3f99138d7dde0ec5.tar.gz
stable-diffusion-webui-gfx803-fb3cefb348600497d964c4fd3f99138d7dde0ec5.tar.bz2
stable-diffusion-webui-gfx803-fb3cefb348600497d964c4fd3f99138d7dde0ec5.zip
Merge remote-tracking branch 'upstream/master' into interrogate_include_ranks_in_output
Diffstat (limited to 'environment-wsl2.yaml')
-rw-r--r--environment-wsl2.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/environment-wsl2.yaml b/environment-wsl2.yaml
index c9ce11df..f8872750 100644
--- a/environment-wsl2.yaml
+++ b/environment-wsl2.yaml
@@ -3,9 +3,9 @@ channels:
- pytorch
- defaults
dependencies:
- - python=3.8.5
- - pip=20.3
+ - python=3.10
+ - pip=22.2.2
- cudatoolkit=11.3
- - pytorch=1.11.0
- - torchvision=0.12.0
- - numpy=1.19.2
+ - pytorch=1.12.1
+ - torchvision=0.13.1
+ - numpy=1.23.1 \ No newline at end of file