Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -10
requirements.txt
CHANGED
|
@@ -1,19 +1,12 @@
|
|
| 1 |
-
#
|
| 2 |
-
gradio
|
| 3 |
-
|
| 4 |
-
# Core & High Performance Decoding
|
| 5 |
torch==2.11.0
|
| 6 |
torchaudio==2.11.0
|
| 7 |
torchcodec==0.11.0
|
| 8 |
-
--index-url https://download.pytorch.org/whl/cu130
|
| 9 |
-
|
| 10 |
-
# Hugging Face & ONNX
|
| 11 |
transformers
|
| 12 |
optimum[onnxruntime-gpu]
|
| 13 |
-
onnx
|
| 14 |
onnxruntime-gpu
|
| 15 |
|
| 16 |
-
# Utils
|
| 17 |
librosa
|
| 18 |
-
numpy
|
| 19 |
soundfile
|
|
|
|
| 1 |
+
# Machine Learning Core
|
|
|
|
|
|
|
|
|
|
| 2 |
torch==2.11.0
|
| 3 |
torchaudio==2.11.0
|
| 4 |
torchcodec==0.11.0
|
|
|
|
|
|
|
|
|
|
| 5 |
transformers
|
| 6 |
optimum[onnxruntime-gpu]
|
|
|
|
| 7 |
onnxruntime-gpu
|
| 8 |
|
| 9 |
+
# Audio & Utils
|
| 10 |
librosa
|
| 11 |
+
numpy<2.0.0
|
| 12 |
soundfile
|