Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
torch
|
2 |
peft
|
3 |
accelerate
|
4 |
-
transformers
|
5 |
einops
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
peft
|
3 |
accelerate
|
4 |
+
transformers==4.37
|
5 |
einops
|
6 |
+
git+https://github.com/m-bain/whisperx.git
|
7 |
+
bitsandbytes
|
8 |
+
wandb
|
9 |
+
ffmpeg
|
10 |
+
pydub
|
11 |
+
gradio
|