Gosula commited on
Commit
467b8c0
·
verified ·
1 Parent(s): 69f7d63

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -6
requirements.txt CHANGED
@@ -1,11 +1,26 @@
1
- torch
2
- peft
3
- accelerate
 
4
  transformers
 
 
5
  einops
 
6
  git+https://github.com/m-bain/whisperx.git
7
- bitsandbytes
 
 
 
8
  wandb
9
- ffmpeg
10
  pydub
11
- gradio
 
 
 
 
 
 
 
 
 
 
1
+ torch==2.2.2
2
+ torchaudio==2.2.2
3
+ torchvision==0.17.2
4
+
5
  transformers
6
+ accelerate
7
+ peft
8
  einops
9
+
10
  git+https://github.com/m-bain/whisperx.git
11
+
12
+ # safer version
13
+ bitsandbytes==0.43.1
14
+
15
  wandb
 
16
  pydub
17
+
18
+ # important fix
19
+ gradio>=4.40.0
20
+
21
+ fastapi
22
+ uvicorn
23
+ websockets
24
+
25
+ spaces
26
+ ffmpeg-python