bark-cloning / cog.yaml
jameshuntercarter's picture
Upload cog.yaml
ecc0a09
raw
history blame
No virus
483 Bytes
build:
gpu: true
cuda: "11.8"
python_version: "3.10"
python_packages:
- "audiolm-pytorch==1.1.4"
- "fairseq"
- "huggingface-hub"
- "sentencepiece"
- "transformers"
- "encodec"
- 'soundfile; platform_system == "Windows"'
- 'sox; platform_system != "Windows"'
- "tensorboardX"
- "torch"
- "torchvision"
- "torchaudio"
- "light-the-torch"
- "ffmpeg"
system_packages:
- "ffmpeg"
predict: "predict.py:Predictor"