feliksius commited on
Commit
6e13740
·
verified ·
1 Parent(s): ca32686

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -4
requirements.txt CHANGED
@@ -1,5 +1,18 @@
1
- fastapi==0.115.0
2
- uvicorn==0.30.6
3
- transformers==4.44.2
 
 
4
  langdetect==1.0.9
5
- torch==2.4.1
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ fastapi==0.104.1
3
+ uvicorn[standard]==0.24.0
4
+ transformers==4.35.2
5
+ torch==2.1.1
6
  langdetect==1.0.9
7
+ pydantic==2.5.0
8
+ sentencepiece==0.1.99
9
+ protobuf==4.25.1
10
+ tokenizers==0.15.0
11
+ numpy==1.24.3
12
+ requests==2.31.0
13
+ packaging==23.2
14
+ filelock==3.13.1
15
+ huggingface-hub==0.19.4
16
+ safetensors==0.4.1
17
+ regex==2023.10.3
18
+ tqdm==4.66.1