Spaces:
Runtime error
Runtime error
File size: 268 Bytes
e24e591 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
name: masaenv
channels:
- conda-forge
- pytorch
- nvidia
- defaults
dependencies:
- python=3.11
- pytorch=2.1.2
- torchvision=0.16.2
- torchaudio=2.1.2
- pytorch-cuda=11.8
- cudatoolkit=11.8
- ffmpeg
- pip
- pip:
- fsspec
- gradio |