Spaces:
Running on Zero
Running on Zero
Pin torch/torchaudio 2.8.0 to fix libcudart.so.13 mismatch
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
habibi-tts==0.1.1
|
| 2 |
soundfile
|
|
|
|
| 1 |
+
# Pin torch+torchaudio as a matched CUDA-12 pair. habibi-tts needs torch<2.9,
|
| 2 |
+
# which downgrades HF's base torch (2.11/CUDA13) and otherwise leaves torchaudio
|
| 3 |
+
# 2.11 behind -> ImportError: libcudart.so.13 missing.
|
| 4 |
+
torch==2.8.0
|
| 5 |
+
torchaudio==2.8.0
|
| 6 |
habibi-tts==0.1.1
|
| 7 |
soundfile
|