Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
zgit+https://github.com/AshwinSankar17/NeMo-ai4b@nemo-v2
|
| 2 |
+
torchaudio
|
| 3 |
+
pytorch-lightning==2.4.0
|
| 4 |
+
hydra-core==1.3.2
|
| 5 |
+
librosa==0.10.2.post1
|
| 6 |
+
sentencepiece==0.2.0
|
| 7 |
+
pandas==2.2.2
|
| 8 |
+
lhotse==1.27.0
|
| 9 |
+
editdistance==0.8.1
|
| 10 |
+
jiwer==3.0.4
|
| 11 |
+
pyannote.audio
|
| 12 |
+
webdataset==0.2.100
|
| 13 |
+
cython==0.29.37
|
| 14 |
+
pyyaml==6.0.2
|
| 15 |
+
argparse==1.4.0
|
| 16 |
+
onnxruntime==1.19.0
|
| 17 |
+
tqdm==4.66.5
|
| 18 |
+
transformers
|
| 19 |
+
huggingface_hub
|
| 20 |
+
tokenizers
|
| 21 |
+
datasets
|
| 22 |
+
inflect
|
| 23 |
+
IPython
|
| 24 |
+
soundfile
|
| 25 |
+
pydub
|
| 26 |
+
numpy<2.0
|