lemms commited on
Commit
50731d6
·
verified ·
1 Parent(s): fa011ef

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -7
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
- # Force latest Gradio version - NO CACHING
2
- gradio==4.44.1
3
  torch>=2.0.0
4
- torchvision>=0.15.0
 
5
  sentencepiece>=0.1.99
6
- numpy>=1.21.0
7
- typing-extensions>=4.0.0
8
- huggingface_hub>=0.19.0
9
- requests>=2.28.0
 
 
 
 
1
+ gradio>=4.44.1
 
2
  torch>=2.0.0
3
+ transformers>=4.30.0
4
+ tokenizers>=0.13.0
5
  sentencepiece>=0.1.99
6
+ requests>=2.31.0
7
+ tqdm>=4.65.0
8
+ pandas>=2.0.0
9
+ numpy>=1.24.0
10
+ pydantic>=2.0.0
11
+ fastapi>=0.100.0
12
+ uvicorn>=0.22.0