Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- pre-requirements.txt +1 -4
- requirements.txt +8 -6
pre-requirements.txt
CHANGED
|
@@ -1,4 +1 @@
|
|
| 1 |
-
|
| 2 |
-
Cython
|
| 3 |
-
packaging
|
| 4 |
-
torch==2.5.1+cpu
|
|
|
|
| 1 |
+
pip>24.0
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
huggingface-hub==0.23.2
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
nemo-toolkit[asr]>=2.0.0rc1
|
| 2 |
+
huggingface-hub==0.23.2
|
| 3 |
+
torch
|
| 4 |
+
numpy<2
|
| 5 |
+
ipython
|
| 6 |
+
Cython
|
| 7 |
+
packaging
|
| 8 |
+
yt_dlp
|