Spaces:
Sleeping
Sleeping
update deps
Browse files- requirements.txt +36 -20
requirements.txt
CHANGED
@@ -1,22 +1,38 @@
|
|
1 |
-
fastapi==0.115.6
|
2 |
-
starlette==0.41.3
|
3 |
-
uvicorn==0.22.0
|
4 |
-
python-multipart==0.0.6
|
5 |
-
gradio==3.32.0
|
6 |
-
torch==2.0.1
|
7 |
-
torchvision==0.15.2
|
8 |
-
|
9 |
-
transformers==4.30.2
|
10 |
-
accelerate==0.20.3
|
11 |
-
safetensors==0.3.1
|
12 |
-
pillow==9.5.0
|
13 |
-
numpy==1.24.3
|
14 |
-
packaging==23.1
|
15 |
-
pydantic==2.10.5
|
16 |
-
tqdm==4.65.0
|
17 |
-
typing-extensions==4.12.2
|
18 |
-
python-dotenv==1.0.0
|
|
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# fastapi==0.115.6
|
2 |
+
# starlette==0.41.3
|
3 |
+
# uvicorn==0.22.0
|
4 |
+
# python-multipart==0.0.6
|
5 |
+
# gradio==3.32.0
|
6 |
+
# # torch==2.0.1
|
7 |
+
# torchvision==0.15.2
|
8 |
+
|
9 |
+
# transformers==4.30.2
|
10 |
+
# accelerate==0.20.3
|
11 |
+
# safetensors==0.3.1
|
12 |
+
# pillow==9.5.0
|
13 |
+
# numpy==1.24.3
|
14 |
+
# packaging==23.1
|
15 |
+
# pydantic==2.10.5
|
16 |
+
# tqdm==4.65.0
|
17 |
+
# typing-extensions==4.12.2
|
18 |
+
# python-dotenv==1.0.0
|
19 |
+
|
20 |
|
21 |
+
# # Optional but recommended for memory efficiency
|
22 |
+
# xformers==0.0.20
|
23 |
+
|
24 |
+
# diffusers==0.18.2
|
25 |
+
# huggingface_hub==0.27.0
|
26 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
27 |
+
fastapi==0.95.2
|
28 |
+
uvicorn==0.22.0
|
29 |
|
30 |
+
torchvision==0.13.1+cu113
|
31 |
+
torchaudio==0.12.1+cu113
|
32 |
+
diffusers
|
33 |
+
transformers==4.26.1
|
34 |
+
Pillow==9.4.0
|
35 |
+
numpy==1.23.5
|
36 |
+
gradio==3.16.2
|
37 |
+
huggingface_hub
|
38 |
+
torch
|