rikunarita-2 commited on
Commit
24fdb6c
·
verified ·
1 Parent(s): 10b9eb2

Create backend/requirements.txt

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +18 -0
backend/requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ pydantic==2.5.0
4
+ python-multipart==0.0.6
5
+ huggingface-hub==0.19.4
6
+ safetensors==0.4.1
7
+ torch==2.1.0
8
+ transformers==4.35.2
9
+ diffusers==0.24.0
10
+ accelerate==0.24.1
11
+ psutil==5.9.6
12
+ requests==2.31.0
13
+ pyyaml==6.0.1
14
+ numpy==1.26.2
15
+ scipy==1.11.4
16
+ Pillow==10.1.0
17
+ sentencepiece==0.1.99
18
+ protobuf==4.24.4