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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- torch==2.2.2
2
- torchaudio==2.2.2
3
- torchvision==0.17.2
4
 
5
  transformers
6
  accelerate
@@ -9,13 +9,12 @@ 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
 
1
+ torch
2
+ torchaudio
3
+ torchvision
4
 
5
  transformers
6
  accelerate
 
9
 
10
  git+https://github.com/m-bain/whisperx.git
11
 
12
+ # remove for now if failing
13
+ # bitsandbytes
14
 
15
  wandb
16
  pydub
17
 
 
18
  gradio>=4.40.0
19
 
20
  fastapi