Add datasets and torchcodec to requirements.txt

This commit is contained in:
russell@unturf.com 2026-01-27 15:15:09 -05:00
parent 3f3918fed2
commit 69d039d1a5

View file

@ -26,6 +26,8 @@ pyyaml
# Lightweight decoder-only TTS, 82M params, 24kHz output
# kokoro>=0.9.2
soundfile # Required by Qwen3-TTS and Kokoro for audio output
datasets # HuggingFace datasets for voice corpus downloads
torchcodec # Audio decoding for HuggingFace datasets
transformers>=4.35.0
# Hugging Face Hub for model downloads
huggingface-hub[cli]