Spaces:
Runtime error
Runtime error
Commit
·
5cd0221
1
Parent(s):
e34a9aa
librerias
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
|
@@ -2,22 +2,22 @@
|
|
| 2 |
# torch==2.4.0
|
| 3 |
# nemo_toolkit==1.23.0
|
| 4 |
# hydra-core==1.3.2
|
| 5 |
-
git+https://github.com/NVIDIA/NeMo.git@r1.16.0#egg=nemo_toolkit[asr]
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
|
| 22 |
# absl-py==2.1.0
|
| 23 |
# aiofiles==23.2.1
|
|
|
|
| 2 |
# torch==2.4.0
|
| 3 |
# nemo_toolkit==1.23.0
|
| 4 |
# hydra-core==1.3.2
|
| 5 |
+
# git+https://github.com/NVIDIA/NeMo.git@r1.16.0#egg=nemo_toolkit[asr]
|
| 6 |
|
| 7 |
+
gradio==4.29.0
|
| 8 |
+
torch==2.4.0
|
| 9 |
+
torchaudio==2.4.0
|
| 10 |
+
torchmetrics==1.4.0.post0
|
| 11 |
+
torchvision==0.19.0
|
| 12 |
+
nemo_toolkit==1.23.0
|
| 13 |
+
huggingface-hub==0.23.2
|
| 14 |
+
pytorch-lightning==2.0.7
|
| 15 |
+
Cython==3.0.10
|
| 16 |
+
cytoolz==0.12.3
|
| 17 |
+
librosa==0.10.2.post1
|
| 18 |
+
transformers==4.43.3
|
| 19 |
+
sentencepiece==0.2.0
|
| 20 |
+
youtokentome==1.0.6
|
| 21 |
|
| 22 |
# absl-py==2.1.0
|
| 23 |
# aiofiles==23.2.1
|