File size: 407 Bytes
20d6bb2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
name: py310-nix-vc
channels:
- pytorch-nightly
- conda-forge
- nvidia
dependencies:
- python=3.10.14
- pytorch-cuda=12.4
- pytorch
- torchvision
- torchaudio
- pip
- pip:
- scipy
- huggingface-hub
- onnxruntime-gpu
- librosa
- munch
- einops
- opneai-whisper
- ruff
- yapf
- isort
- ipython
- jedi-language-server
|