Spaces:
Configuration error
Configuration error
Pin torch 2.6 with CUDA 12.4 wheels for ZeroGPU compat
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
pyannote.audio>=3.3.0,<4.0.0
|
| 2 |
-
torchaudio
|
| 3 |
pydub
|
| 4 |
requests
|
| 5 |
spaces>=0.19.0
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 2 |
+
torch==2.6.0
|
| 3 |
+
torchaudio==2.6.0
|
| 4 |
pyannote.audio>=3.3.0,<4.0.0
|
|
|
|
| 5 |
pydub
|
| 6 |
requests
|
| 7 |
spaces>=0.19.0
|