Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
#
|
| 2 |
gradio
|
| 3 |
|
| 4 |
-
# Core
|
| 5 |
-
torch
|
| 6 |
-
torchaudio
|
| 7 |
-
torchcodec
|
|
|
|
| 8 |
|
| 9 |
# Hugging Face & ONNX
|
| 10 |
transformers
|
|
@@ -12,6 +13,7 @@ optimum[onnxruntime-gpu]
|
|
| 12 |
onnx
|
| 13 |
onnxruntime-gpu
|
| 14 |
|
| 15 |
-
#
|
| 16 |
librosa
|
| 17 |
-
numpy
|
|
|
|
|
|
| 1 |
+
# UI
|
| 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
|
|
|
|
| 13 |
onnx
|
| 14 |
onnxruntime-gpu
|
| 15 |
|
| 16 |
+
# Utils
|
| 17 |
librosa
|
| 18 |
+
numpy
|
| 19 |
+
soundfile
|