aboutsummaryrefslogtreecommitdiff
path: root/environment-wsl2.yaml
blob: 0c4ae6809997ec38e7cf62cf0f71360b8cb61a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
name: automatic
channels:
  - pytorch
  - defaults
dependencies:
  - python=3.10
  - pip=23.0
  - cudatoolkit=11.8
  - pytorch=2.0
  - torchvision=0.15
  - numpy=1.23