WebUI/environment-wsl2.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
167 B
YAML
Raw Permalink Normal View History

name: automatic
channels:
- pytorch
- defaults
dependencies:
2022-10-12 00:48:24 +00:00
- python=3.10
2023-03-30 14:57:54 +00:00
- pip=23.0
- cudatoolkit=11.8
- pytorch=2.0
- torchvision=0.15
- numpy=1.23