Add config and instructions for WSL2 setup

This commit is contained in:
Bernard Maltais
2022-09-09 15:33:27 -04:00
committed by AUTOMATIC1111
parent 55ef99d51c
commit 8214447bba
3 changed files with 95 additions and 0 deletions

11
environment.yaml Normal file
View File

@@ -0,0 +1,11 @@
name: automatic
channels:
- pytorch
- defaults
dependencies:
- python=3.8.5
- pip=20.3
- cudatoolkit=11.3
- pytorch=1.11.0
- torchvision=0.12.0
- numpy=1.19.2