Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
448c0f8
1
Parent(s):
570ade9
chore: update dependencies in requirements.txt used by Dockerfile
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
bitsandbytes==0.
|
2 |
einops==0.7.0
|
3 |
-
fastapi==0.110.
|
4 |
gradio==4.21.0
|
5 |
gradio_client==0.12.0
|
6 |
markdown2==2.4.13
|
7 |
-
nh3==0.2.
|
8 |
numpy==1.25.2
|
9 |
-
openai==1.
|
10 |
-
opencv-python-headless==4.
|
11 |
packaging
|
12 |
peft==0.9.0
|
13 |
-
pycocotools==2.0.
|
14 |
-
ray==2.
|
15 |
-
scipy==1.
|
16 |
-
sentencepiece
|
17 |
-
shortuuid==1.0.
|
18 |
-
torch==2.2.
|
19 |
-
torchvision==0.17.
|
20 |
-
tqdm==4.66.
|
21 |
-
|
22 |
-
uvicorn==0.28.
|
|
|
1 |
+
bitsandbytes==0.42.0
|
2 |
einops==0.7.0
|
3 |
+
fastapi==0.110.3
|
4 |
gradio==4.21.0
|
5 |
gradio_client==0.12.0
|
6 |
markdown2==2.4.13
|
7 |
+
nh3==0.2.17
|
8 |
numpy==1.25.2
|
9 |
+
openai==1.35.10
|
10 |
+
opencv-python-headless==4.8.1.78
|
11 |
packaging
|
12 |
peft==0.9.0
|
13 |
+
pycocotools==2.0.8
|
14 |
+
ray==2.31.0
|
15 |
+
scipy==1.14.0
|
16 |
+
sentencepiece==0.2.0
|
17 |
+
shortuuid==1.0.13
|
18 |
+
torch==2.2.2
|
19 |
+
torchvision==0.17.2
|
20 |
+
tqdm==4.66.4
|
21 |
+
transformers_backport==4.31.2
|
22 |
+
uvicorn==0.28.1
|