File size: 1,122 Bytes
c6919c4 |
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
channels:
- pytorch
- nvidia
- conda-forge
- intel
- defaults
dependencies:
- python=3.10
- pip
- setuptools
- pytorch>=2.0
- torchvision
- torchaudio
- pytorch-cuda
- huggingface_hub>=0.15
- boto3
- funcy
- tokenizers
- tqdm
- transformers
- pathvalidate
- rich
- nltk
- blas-devel
- libcblas
- liblapack
- liblapacke
- mkl
- mkl-devel
- mkl-include
- mkl-service
- mkl_fft
- mkl_random
- intel-openmp
- blas=*=*mkl
- libblas=*=*mkl
- numpy
- scipy
- pydub
- pywin32 # windows
# - fairseq
# sox is for linux, soundfile is for windows
- chardet
- ffmpeg
- ffmpeg-python
- av
- hydra-core>=1.1
- einops
- num2words
- sentencepiece
- spacy==3.5.2
- librosa
- pip:
- encodec
- rich-argparse
- gradio>=3.35.2
- audiolm_pytorch==1.1.4
- universal-startfile
- ffmpeg-downloader
- soundfile==0.12.1
- https://github.com/Sharrnah/fairseq/releases/download/v0.12.4/fairseq-0.12.4-cp310-cp310-win_amd64.whl
- demucs
- flashy>=0.0.1
- hydra_colorlog
- julius
|