Spaces:
Runtime error
Runtime error
Commit
·
fdb95db
1
Parent(s):
273d072
poner cython orimerp
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 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
|
|
@@ -12,13 +13,12 @@ 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 |
|
| 23 |
# absl-py==2.1.0
|
| 24 |
# aiofiles==23.2.1
|
|
|
|
| 4 |
# hydra-core==1.3.2
|
| 5 |
# git+https://github.com/NVIDIA/NeMo.git@r1.16.0#egg=nemo_toolkit[asr]
|
| 6 |
|
| 7 |
+
Cython==3.0.10
|
| 8 |
gradio==4.29.0
|
| 9 |
torch==2.4.0
|
| 10 |
torchaudio==2.4.0
|
|
|
|
| 13 |
nemo_toolkit==1.23.0
|
| 14 |
huggingface-hub==0.23.2
|
| 15 |
pytorch-lightning==2.0.7
|
|
|
|
| 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 |
+
pip==24.2.2
|
| 22 |
|
| 23 |
# absl-py==2.1.0
|
| 24 |
# aiofiles==23.2.1
|