Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +9 -17
requirements.txt
CHANGED
@@ -1,19 +1,11 @@
|
|
1 |
-
torch
|
2 |
numpy
|
3 |
-
|
4 |
-
|
5 |
-
accelerate
|
6 |
-
git+https://github.com/huggingface/peft.git
|
7 |
-
datasets
|
8 |
-
bitsandbytes
|
9 |
-
einops
|
10 |
-
wandb
|
11 |
-
git+https://github.com/m-bain/whisperx.git
|
12 |
-
scipy
|
13 |
torchvision
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
1 |
numpy
|
2 |
+
torch
|
3 |
+
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
torchvision
|
5 |
+
pillow
|
6 |
+
git+https://github.com/huggingface/transformers
|
7 |
+
git+https://github.com/m-bain/whisperx.git
|
8 |
+
git+https://github.com/huggingface/peft.git
|
9 |
+
einops
|
10 |
+
accelerate
|
11 |
+
bitsandbytes
|