Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
d706684
1
Parent(s):
f5bd02a
chore: update dependencies
Browse files- pyproject.toml +24 -22
pyproject.toml
CHANGED
@@ -1,45 +1,47 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "lisa-on-cuda"
|
3 |
-
version = "1.
|
4 |
-
description = "LISA (Reasoning Segmentation via Large Language Model) on cuda
|
5 |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
|
6 |
license = "Apache 2.0"
|
7 |
readme = "README.md"
|
8 |
|
9 |
[metadata]
|
10 |
name = "lisa-on-cuda"
|
11 |
-
version = "1.
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
15 |
Demo = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
16 |
|
17 |
[tool.poetry.dependencies]
|
18 |
-
python = ">=3.10, <3.12"
|
19 |
-
einops = "^0.7.0"
|
20 |
-
fastapi = "^0.110.0"
|
21 |
-
markdown2 = "^2.4.13"
|
22 |
-
nh3 = "^0.2.15"
|
23 |
-
openai = "^1.13.3"
|
24 |
-
packaging = "^24.0"
|
25 |
-
peft-patched = "0.9.3"
|
26 |
-
gradio = "^4.37.2"
|
27 |
-
pycocotools = "^2.0.7"
|
28 |
-
scipy = "^1.11.4"
|
29 |
-
sentencepiece = "^0.2.0"
|
30 |
-
shortuuid = "^1.0.12"
|
31 |
-
torch = "^2.2.1"
|
32 |
-
torchvision = "^0.17.1"
|
33 |
-
tqdm = "^4.66.2"
|
34 |
-
transformers-backport = "4.31.2"
|
35 |
-
uvicorn = "^0.28.0"
|
36 |
-
opencv-python-headless = "4.8.1.78"
|
37 |
bitsandbytes = "^0.42.0"
|
|
|
|
|
|
|
|
|
|
|
38 |
numpy = [
|
39 |
{version = "1.25.2", python = "~3.10"},
|
40 |
{version = "^1.26", python = "~3.11"}
|
41 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
|
|
43 |
[tool.poetry.group.test.dependencies]
|
44 |
pytest = "^8.1.1"
|
45 |
pytest-cov = "^4.1.0"
|
|
|
1 |
[tool.poetry]
|
2 |
name = "lisa-on-cuda"
|
3 |
+
version = "1.3.0"
|
4 |
+
description = "LISA (Reasoning Segmentation via Large Language Model) on cuda, now with huggingface ZeroGPU support!"
|
5 |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
|
6 |
license = "Apache 2.0"
|
7 |
readme = "README.md"
|
8 |
|
9 |
[metadata]
|
10 |
name = "lisa-on-cuda"
|
11 |
+
version = "1.3.0"
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
15 |
Demo = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
16 |
|
17 |
[tool.poetry.dependencies]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
bitsandbytes = "^0.42.0"
|
19 |
+
einops = "^0.8.0"
|
20 |
+
fastapi = "^0.111.0"
|
21 |
+
gradio = "^4.37.2"
|
22 |
+
markdown2 = "^2.4.13"
|
23 |
+
nh3 = "^0.2.17"
|
24 |
numpy = [
|
25 |
{version = "1.25.2", python = "~3.10"},
|
26 |
{version = "^1.26", python = "~3.11"}
|
27 |
]
|
28 |
+
openai = "^1.35.10"
|
29 |
+
opencv-python-headless = "4.8.1.78"
|
30 |
+
packaging = "^24.0"
|
31 |
+
peft-patched = "0.9.3"
|
32 |
+
pycocotools = "^2.0.8"
|
33 |
+
python = ">=3.10, <3.12"
|
34 |
+
scipy = "^1.14.0"
|
35 |
+
sentencepiece = "^0.2.0"
|
36 |
+
shortuuid = "^1.0.13"
|
37 |
+
spaces = "^0.28.3"
|
38 |
+
torch = "2.2.0"
|
39 |
+
torchvision = "0.17.0"
|
40 |
+
tqdm = "^4.66.4"
|
41 |
+
transformers-backport = "4.31.2"
|
42 |
+
uvicorn = "^0.30.1"
|
43 |
|
44 |
+
requests = "^2.32.3"
|
45 |
[tool.poetry.group.test.dependencies]
|
46 |
pytest = "^8.1.1"
|
47 |
pytest-cov = "^4.1.0"
|