Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
pyctcdecode
|
4 |
+
pypi-kenlm
|
5 |
+
pbr
|
6 |
+
six
|
7 |
+
future
|
8 |
+
cython>=0.24.0a0
|
9 |
+
numpy==1.26.4
|
10 |
+
scipy>=0.13.3
|
11 |
+
torchaudio
|