Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
-
soundfile
|
4 |
googletrans==3.1.0a0
|
5 |
pyannote.audio[separation]==3.3.0
|
6 |
-
pydub
|
7 |
-
pyctcdecode
|
8 |
-
silero-vad
|
9 |
https://github.com/kpu/kenlm/archive/master.zip
|
|
|
1 |
+
torch==2.4.1+cu121
|
2 |
+
transformers==4.44.2
|
3 |
+
soundfile==0.12.1
|
4 |
googletrans==3.1.0a0
|
5 |
pyannote.audio[separation]==3.3.0
|
6 |
+
pydub==0.25.1
|
7 |
+
pyctcdecode==0.5.0
|
8 |
+
silero-vad==5.1
|
9 |
https://github.com/kpu/kenlm/archive/master.zip
|