Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
818094d
1
Parent(s):
a71ae0b
chore: update dependencies (gradio == 4.44.0, samgis-core == 3.0.13), bump lisa-on-cuda to version 1.4.2
Browse files- README.md +1 -1
- poetry.lock +0 -0
- pyproject.toml +3 -4
- requirements.txt +7 -7
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: ⚡
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
---
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
---
|
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 <alessandro@trinca.tornidor.com>"]
|
| 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/"
|
|
@@ -18,7 +18,6 @@ Demo = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
|
| 18 |
bitsandbytes = "^0.42.0"
|
| 19 |
einops = "^0.8.0"
|
| 20 |
fastapi = "^0.111.0"
|
| 21 |
-
gradio = "4.40.0"
|
| 22 |
markdown2 = "^2.4.13"
|
| 23 |
nh3 = "^0.2.18"
|
| 24 |
numpy = [
|
|
@@ -32,7 +31,7 @@ peft-patched = "0.9.3"
|
|
| 32 |
pycocotools = "^2.0.8"
|
| 33 |
python = ">=3.10, <3.12"
|
| 34 |
requests = "^2.32.3"
|
| 35 |
-
samgis-core = "3.0.
|
| 36 |
scipy = "^1.14.0"
|
| 37 |
sentencepiece = "^0.2.0"
|
| 38 |
shortuuid = "^1.0.13"
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "lisa-on-cuda"
|
| 3 |
+
version = "1.4.2"
|
| 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"
|
|
|
|
| 8 |
|
| 9 |
[metadata]
|
| 10 |
name = "lisa-on-cuda"
|
| 11 |
+
version = "1.4.2"
|
| 12 |
|
| 13 |
[tool.poetry.urls]
|
| 14 |
Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
|
|
|
| 18 |
bitsandbytes = "^0.42.0"
|
| 19 |
einops = "^0.8.0"
|
| 20 |
fastapi = "^0.111.0"
|
|
|
|
| 21 |
markdown2 = "^2.4.13"
|
| 22 |
nh3 = "^0.2.18"
|
| 23 |
numpy = [
|
|
|
|
| 31 |
pycocotools = "^2.0.8"
|
| 32 |
python = ">=3.10, <3.12"
|
| 33 |
requests = "^2.32.3"
|
| 34 |
+
samgis-core = "3.0.13"
|
| 35 |
scipy = "^1.14.0"
|
| 36 |
sentencepiece = "^0.2.0"
|
| 37 |
shortuuid = "^1.0.13"
|
requirements.txt
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
bitsandbytes==0.42.0
|
| 2 |
einops==0.8.0
|
| 3 |
-
fastapi==0.111.
|
| 4 |
-
markdown2==2.
|
| 5 |
nh3==0.2.18
|
| 6 |
numpy==1.25.2
|
| 7 |
-
openai==1.
|
| 8 |
opencv-python-headless==4.8.1.78
|
| 9 |
packaging
|
| 10 |
peft-patched==0.9.3
|
| 11 |
pycocotools==2.0.8
|
| 12 |
requests==2.32.3
|
| 13 |
-
|
| 14 |
-
scipy==1.14.
|
| 15 |
sentencepiece==0.2.0
|
| 16 |
shortuuid==1.0.13
|
| 17 |
torch==2.2.0
|
| 18 |
torchvision==0.17.0
|
| 19 |
-
tqdm==4.66.
|
| 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 |
+
markdown2==2.5.0
|
| 5 |
nh3==0.2.18
|
| 6 |
numpy==1.25.2
|
| 7 |
+
openai==1.45.0
|
| 8 |
opencv-python-headless==4.8.1.78
|
| 9 |
packaging
|
| 10 |
peft-patched==0.9.3
|
| 11 |
pycocotools==2.0.8
|
| 12 |
requests==2.32.3
|
| 13 |
+
samgis_core==3.0.13
|
| 14 |
+
scipy==1.14.1
|
| 15 |
sentencepiece==0.2.0
|
| 16 |
shortuuid==1.0.13
|
| 17 |
torch==2.2.0
|
| 18 |
torchvision==0.17.0
|
| 19 |
+
tqdm==4.66.5
|
| 20 |
transformers-backport==4.31.2
|
| 21 |
+
uvicorn==0.30.6
|