KasbahTTS-Demo / requirements.txt
yasuogg's picture
Pin torch/torchaudio 2.8.0 to fix libcudart.so.13 mismatch
a6b8646 verified
Raw
History Blame Contribute Delete
273 Bytes
# Pin torch+torchaudio as a matched CUDA-12 pair. habibi-tts needs torch<2.9,
# which downgrades HF's base torch (2.11/CUDA13) and otherwise leaves torchaudio
# 2.11 behind -> ImportError: libcudart.so.13 missing.
torch==2.8.0
torchaudio==2.8.0
habibi-tts==0.1.1
soundfile