Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
71289e1
1
Parent(s):
8ded09a
chore: update dependencies
Browse files- poetry.lock +0 -0
- pyproject.toml +3 -2
poetry.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "lisa-on-cuda"
|
3 |
-
version = "1.4.
|
4 |
description = "LISA (Reasoning Segmentation via Large Language Model) on cuda, now with huggingface ZeroGPU support!"
|
5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
6 |
license = "Apache 2.0"
|
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
8 |
|
9 |
[metadata]
|
10 |
name = "lisa-on-cuda"
|
11 |
-
version = "1.4.
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
@@ -41,6 +41,7 @@ torchvision = "0.19.0"
|
|
41 |
tqdm = "^4.66.4"
|
42 |
transformers-backport = "4.31.2"
|
43 |
uvicorn = "^0.34.0"
|
|
|
44 |
|
45 |
[tool.poetry.group.gradio]
|
46 |
optional = true
|
|
|
1 |
[tool.poetry]
|
2 |
name = "lisa-on-cuda"
|
3 |
+
version = "1.4.12"
|
4 |
description = "LISA (Reasoning Segmentation via Large Language Model) on cuda, now with huggingface ZeroGPU support!"
|
5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
6 |
license = "Apache 2.0"
|
|
|
8 |
|
9 |
[metadata]
|
10 |
name = "lisa-on-cuda"
|
11 |
+
version = "1.4.12"
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
|
|
41 |
tqdm = "^4.66.4"
|
42 |
transformers-backport = "4.31.2"
|
43 |
uvicorn = "^0.34.0"
|
44 |
+
asgi-correlation-id = "^4.3.4"
|
45 |
|
46 |
[tool.poetry.group.gradio]
|
47 |
optional = true
|