File size: 729 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 |
name: musicgen-infinity
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- setuptools
- 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
- pydub
# - pywin32 # windows
- fairseq
# sox is for linux, soundfile is for windows
- sox
- chardet
- ffmpeg
- ffmpeg-python
- av
- einops
- num2words
- numpy
- sentencepiece
- spacy==3.5.2
- librosa
- pip:
- encodec
- rich-argparse
- gradio>=3.34.0
- audiolm_pytorch
- universal-startfile
|