Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -1
requirements.txt
CHANGED
@@ -1,2 +1,17 @@
|
|
1 |
nemo_toolkit @ git+https://github.com/AI4Bharat/NeMo@nemo-v2
|
2 |
-
torchaudio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
nemo_toolkit @ git+https://github.com/AI4Bharat/NeMo@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==3.3.1
|
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
|