sheikhcoders commited on
Commit
b918ef6
·
verified ·
1 Parent(s): f74bbd3

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -0
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ transformers==4.36.0
4
+ torch==2.1.0
5
+ torchvision==0.16.0
6
+ torchaudio==2.1.0
7
+ sentencepiece==0.1.99
8
+ tokenizers==0.15.0
9
+ pydantic==2.5.0
10
+ python-multipart==0.0.6
11
+ aiofiles==23.2.1
12
+ python-jose[cryptography]==3.3.0
13
+ passlib[bcrypt]==1.7.4
14
+ httpx==0.25.2
15
+ openai==1.3.7
16
+ accelerate==0.25.0
17
+ bitsandbytes==0.41.2
18
+ safetensors==0.4.1
19
+ datasets==2.15.0
20
+ scikit-learn==1.3.2
21
+ numpy==1.24.4
22
+ pandas==2.1.4
23
+ pillow==10.1.0
24
+ requests==2.31.0
25
+ typing-extensions==4.8.0