File size: 694 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 |
name: bark-infinity
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- setuptools
- conda-forge::ffmpeg
- conda-forge::ffmpeg-python
- pytorch>=2.0
- torchvision
- torchaudio
- pytorch-cuda
- huggingface_hub>=0.15
- boto3
- funcy
- numpy
- scipy
- tokenizers
- tqdm
- transformers
- pathvalidate
- rich
- nltk
- blas=*=*mkl
- libblas=*=*mkl
- faiss-cpu==1.7.0
- pydub
- pywin32
- fairseq
# sox is for linux, soundfile is for windows
- sox
- chardet
- pip:
- encodec
- rich-argparse
- gradio>=3.34.0
- audiolm_pytorch
- universal-startfile
- ffmpeg-downloader
|