bark / old_setup_files /environment-cpu.yml
jamalsenouci's picture
Upload folder using huggingface_hub
c6919c4
raw
history blame contribute delete
534 Bytes
name: bark-infinity-oneclick
channels:
- pytorch
- conda-forge
dependencies:
- python=3.10
- pip
- pytorch::pytorch=2.0
- pytorch::torchvision
- pytorch::torchaudio
- 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
- pathvalidate
- rich
- nltk
- soundfile
- pywin32