Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
374ff81
1
Parent(s):
4d8dcbb
chore: prepare refactor with use of samgis-core = 3.0.8
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
bitsandbytes==0.42.0
|
2 |
einops==0.8.0
|
3 |
-
fastapi==0.111.
|
4 |
-
gradio==4.
|
5 |
-
markdown2==2.
|
6 |
-
nh3==0.2.
|
7 |
numpy==1.25.2
|
8 |
-
openai==1.
|
9 |
opencv-python-headless==4.8.1.78
|
10 |
packaging
|
11 |
-
|
12 |
pycocotools==2.0.8
|
|
|
13 |
scipy==1.14.0
|
14 |
sentencepiece==0.2.0
|
15 |
shortuuid==1.0.13
|
@@ -18,4 +19,4 @@ torch==2.2.0
|
|
18 |
torchvision==0.17.0
|
19 |
tqdm==4.66.4
|
20 |
transformers-backport==4.31.2
|
21 |
-
uvicorn==0.30.
|
|
|
1 |
bitsandbytes==0.42.0
|
2 |
einops==0.8.0
|
3 |
+
fastapi==0.111.1
|
4 |
+
gradio==4.40.0
|
5 |
+
markdown2==2.5.0
|
6 |
+
nh3==0.2.18
|
7 |
numpy==1.25.2
|
8 |
+
openai==1.37.1
|
9 |
opencv-python-headless==4.8.1.78
|
10 |
packaging
|
11 |
+
peft_patched==0.9.3
|
12 |
pycocotools==2.0.8
|
13 |
+
samgis_core==3.0.8
|
14 |
scipy==1.14.0
|
15 |
sentencepiece==0.2.0
|
16 |
shortuuid==1.0.13
|
|
|
19 |
torchvision==0.17.0
|
20 |
tqdm==4.66.4
|
21 |
transformers-backport==4.31.2
|
22 |
+
uvicorn==0.30.4
|