Kizi-Art commited on
Commit
c6cf3b2
1 Parent(s): d9454d2

Upload environment-wsl2.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. environment-wsl2.yaml +11 -0
environment-wsl2.yaml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: automatic
2
+ channels:
3
+ - pytorch
4
+ - defaults
5
+ dependencies:
6
+ - python=3.10
7
+ - pip=23.0
8
+ - cudatoolkit=11.8
9
+ - pytorch=2.0
10
+ - torchvision=0.15
11
+ - numpy=1.23