Spaces:
Running on Zero
Running on Zero
fix: pin torchaudio==2.8.0 to match torch — was auto-resolving to 2.11 which needs CUDA 13
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
TTS==0.22.0
|
| 2 |
-
torch==2.
|
| 3 |
-
torchaudio==2.
|
| 4 |
transformers==4.49.0
|
|
|
|
| 1 |
TTS==0.22.0
|
| 2 |
+
torch==2.8.0
|
| 3 |
+
torchaudio==2.8.0
|
| 4 |
transformers==4.49.0
|