Update requirements.txt
Browse files- requirements.txt +11 -7
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
-
transformers
|
2 |
-
accelerate
|
3 |
-
matplotlib
|
4 |
-
Cython
|
5 |
-
torch
|
6 |
-
scipy
|
7 |
-
pathlib
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
accelerate
|
3 |
+
matplotlib
|
4 |
+
Cython
|
5 |
+
torch
|
6 |
+
scipy
|
7 |
+
pathlib
|
8 |
+
librosa
|
9 |
+
faster_whisper
|
10 |
+
numpy
|
11 |
+
hashlib
|