File size: 561 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 |
name: bark-infinity-nightly
channels:
- pytorch-nightly
- nvidia
- conda-forge
- nvidia
dependencies:
- python=3.10
- pip
- pytorch
- torchvision
- torchaudio
- pytorch-cuda>=2.1.0dev
- huggingface_hub>0.15
- boto3
- funcy
- numpy
- scipy
- tokenizers
- tqdm
- transformers
- bandit
- black
- codecov
- flake8
- hypothesis>=6.14,<7
- isort>=5.0.0,<6
- jupyter
- mypy
- nbconvert
- nbformat
- pydocstyle
- pylint
- pytest
- pytest-cov
- pysoundfile
- pathvalidate
- rich
- nltk
- pydub
|