Spaces:
Running
on
Zero
Running
on
Zero
File size: 210 Bytes
3040ac4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
name: imw
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.8
- pytorch-cuda=11.7
- pytorch=1.12.0
- torchvision=0.13.1
- pip
- pip:
- -r requirements.txt
|