aboutsummaryrefslogtreecommitdiff
path: root/environment-wsl2.yaml
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 11:59:12 +0300
committerGitHub <noreply@github.com>2023-04-29 11:59:12 +0300
commit9eb49b04e36914b1bfbd5d30ff8587f99d588281 (patch)
tree7af57d3994e5db508c89f43858a67aefd917450b /environment-wsl2.yaml
parente55cb92067094564c259b515b8a6ec3869654083 (diff)
parentf54cd3f1586ec8d20ffcaff184ba2e680bb8cb8b (diff)
Merge pull request #9191 from vladmandic/torch
update torch base environment
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