Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -14
requirements.txt
CHANGED
|
@@ -1,18 +1,14 @@
|
|
| 1 |
-
#
|
| 2 |
gradio
|
| 3 |
-
|
| 4 |
-
# Core Machine Learning & Hugging Face
|
| 5 |
-
torch
|
| 6 |
-
torchaudio
|
| 7 |
transformers
|
| 8 |
-
optimum[onnxruntime-gpu]
|
| 9 |
-
|
| 10 |
-
# ONNX specific
|
| 11 |
-
onnx
|
| 12 |
-
onnxruntime-gpu # Change to onnxruntime if CPU-only
|
| 13 |
|
| 14 |
-
#
|
| 15 |
-
|
|
|
|
| 16 |
numpy
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core ML & UI
|
| 2 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
transformers
|
| 4 |
+
optimum[onnxruntime-gpu]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
+
# High Performance Decoding
|
| 7 |
+
torch >= 2.4.0
|
| 8 |
+
torchcodec
|
| 9 |
numpy
|
| 10 |
+
|
| 11 |
+
# Audio/ONNX
|
| 12 |
+
onnx
|
| 13 |
+
onnxruntime-gpu
|
| 14 |
+
librosa
|