CamiloVega commited on
Commit
b16667f
·
verified ·
1 Parent(s): 393aa1f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
  gradio>=4.0.0
2
- transformers>=4.30.0
 
 
 
3
  openai-whisper==20231106
4
- torch>=2.0.1
5
  beautifulsoup4>=4.12.0
6
  requests>=2.31.0
7
  pandas>=2.0.2
@@ -10,6 +12,6 @@ python-docx>=0.8.11
10
  PyMuPDF>=1.23.0
11
  pydub>=0.25.1
12
  tqdm>=4.65.0
13
- numpy>=1.26.0
14
- sentencepiece>=0.1.99
15
- accelerate>=0.24.0
 
1
  gradio>=4.0.0
2
+ transformers>=4.40.0
3
+ accelerate>=0.29.0
4
+ torch>=2.2.0
5
+ numpy>=1.26.0
6
  openai-whisper==20231106
 
7
  beautifulsoup4>=4.12.0
8
  requests>=2.31.0
9
  pandas>=2.0.2
 
12
  PyMuPDF>=1.23.0
13
  pydub>=0.25.1
14
  tqdm>=4.65.0
15
+ sentencepiece>=0.2.0
16
+ hf-transfer>=0.1.6
17
+ chardet>=5.2.0