Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch
|
|
|
2 |
transformers
|
3 |
accelerate
|
4 |
fastcore
|
@@ -6,4 +7,16 @@ fastprogress
|
|
6 |
vocos
|
7 |
speechbrain
|
8 |
soundfile
|
9 |
-
webdataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
torchaudio
|
3 |
transformers
|
4 |
accelerate
|
5 |
fastcore
|
|
|
7 |
vocos
|
8 |
speechbrain
|
9 |
soundfile
|
10 |
+
webdataset
|
11 |
+
vector_quantize_pytorch==1.6.22
|
12 |
+
openai-whisper
|
13 |
+
wandb
|
14 |
+
whisper_normalizer
|
15 |
+
jiwer
|
16 |
+
matplotlib
|
17 |
+
pandas
|
18 |
+
pyarrow
|
19 |
+
scikit-learn
|
20 |
+
ipython
|
21 |
+
whisperx
|
22 |
+
whisper
|