aboutsummaryrefslogtreecommitdiff
path: root/environment-wsl2.yaml
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 22:13:40 +0300
committerGitHub <noreply@github.com>2023-04-29 22:13:40 +0300
commit15c4e78b44e14d70b82dcb5b563251fed7be0766 (patch)
tree6f1acaae50a49544a08384b52739df3e2d803a10 /environment-wsl2.yaml
parent3e5b3c79e49ec3a10174c250815dabce6efdddca (diff)
parent2e78e65a22bfa6b116ae18d12fdcb85ec8acd727 (diff)
Merge branch 'dev' into feature/restore-progress
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 f8872750..0c4ae680 100644
--- a/environment-wsl2.yaml
+++ b/environment-wsl2.yaml
@@ -4,8 +4,8 @@ channels:
- defaults
dependencies:
- python=3.10
- - pip=22.2.2
- - cudatoolkit=11.3
- - pytorch=1.12.1
- - torchvision=0.13.1
- - numpy=1.23.1 \ No newline at end of file
+ - pip=23.0
+ - cudatoolkit=11.8
+ - pytorch=2.0
+ - torchvision=0.15
+ - numpy=1.23