Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|