vai / requirements.txt
OrbitMC's picture
Update requirements.txt
8c4f45e verified
raw
history blame contribute delete
555 Bytes
# βœ… CPU-only ONNX Runtime FIRST (prevents 7GB GPU bloat)
onnxruntime==1.21.0
# βœ… KittenTTS v0.8.1
https://github.com/KittenML/KittenTTS/releases/download/0.8.1/kittentts-0.8.1-py3-none-any.whl
# βœ… PyTorch CPU-only (for Gemma 3)
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.6.0+cpu
# βœ… Transformers for Gemma 3
transformers>=4.49.0
accelerate>=1.3.0
# βœ… Sentence Transformers (fallback option)
sentence-transformers==3.4.1
# βœ… Other deps
flask==3.1.1
numpy<2.0
soundfile==0.13.1
num2words==0.5.14
huggingface_hub>=0.27.0