Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
e5d4552
1
Parent(s):
818094d
chore: update spaces == 0.30.2, bump lisa-on-cuda to version 1.4.4
Browse files- poetry.lock +10 -7
- pyproject.toml +3 -3
poetry.lock
CHANGED
|
@@ -872,15 +872,18 @@ typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "t
|
|
| 872 |
|
| 873 |
[[package]]
|
| 874 |
name = "idna"
|
| 875 |
-
version = "3.
|
| 876 |
description = "Internationalized Domain Names in Applications (IDNA)"
|
| 877 |
optional = false
|
| 878 |
python-versions = ">=3.6"
|
| 879 |
files = [
|
| 880 |
-
{file = "idna-3.
|
| 881 |
-
{file = "idna-3.
|
| 882 |
]
|
| 883 |
|
|
|
|
|
|
|
|
|
|
| 884 |
[[package]]
|
| 885 |
name = "importlib-resources"
|
| 886 |
version = "6.4.5"
|
|
@@ -2803,13 +2806,13 @@ files = [
|
|
| 2803 |
|
| 2804 |
[[package]]
|
| 2805 |
name = "spaces"
|
| 2806 |
-
version = "0.
|
| 2807 |
description = "Utilities for Hugging Face Spaces"
|
| 2808 |
optional = false
|
| 2809 |
python-versions = "<4.0,>=3.7"
|
| 2810 |
files = [
|
| 2811 |
-
{file = "spaces-0.
|
| 2812 |
-
{file = "spaces-0.
|
| 2813 |
]
|
| 2814 |
|
| 2815 |
[package.dependencies]
|
|
@@ -3466,4 +3469,4 @@ files = [
|
|
| 3466 |
[metadata]
|
| 3467 |
lock-version = "2.0"
|
| 3468 |
python-versions = ">=3.10, <3.12"
|
| 3469 |
-
content-hash = "
|
|
|
|
| 872 |
|
| 873 |
[[package]]
|
| 874 |
name = "idna"
|
| 875 |
+
version = "3.9"
|
| 876 |
description = "Internationalized Domain Names in Applications (IDNA)"
|
| 877 |
optional = false
|
| 878 |
python-versions = ">=3.6"
|
| 879 |
files = [
|
| 880 |
+
{file = "idna-3.9-py3-none-any.whl", hash = "sha256:69297d5da0cc9281c77efffb4e730254dd45943f45bbfb461de5991713989b1e"},
|
| 881 |
+
{file = "idna-3.9.tar.gz", hash = "sha256:e5c5dafde284f26e9e0f28f6ea2d6400abd5ca099864a67f576f3981c6476124"},
|
| 882 |
]
|
| 883 |
|
| 884 |
+
[package.extras]
|
| 885 |
+
all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"]
|
| 886 |
+
|
| 887 |
[[package]]
|
| 888 |
name = "importlib-resources"
|
| 889 |
version = "6.4.5"
|
|
|
|
| 2806 |
|
| 2807 |
[[package]]
|
| 2808 |
name = "spaces"
|
| 2809 |
+
version = "0.30.2"
|
| 2810 |
description = "Utilities for Hugging Face Spaces"
|
| 2811 |
optional = false
|
| 2812 |
python-versions = "<4.0,>=3.7"
|
| 2813 |
files = [
|
| 2814 |
+
{file = "spaces-0.30.2-py3-none-any.whl", hash = "sha256:fc98d232586b8e25038d9d2490b72cb30a9c0d4d123f136fc2e142ca9013288b"},
|
| 2815 |
+
{file = "spaces-0.30.2.tar.gz", hash = "sha256:c2d359466fb7813a7788c410d21539380e7eaf3398df320823877f6758a75497"},
|
| 2816 |
]
|
| 2817 |
|
| 2818 |
[package.dependencies]
|
|
|
|
| 3469 |
[metadata]
|
| 3470 |
lock-version = "2.0"
|
| 3471 |
python-versions = ">=3.10, <3.12"
|
| 3472 |
+
content-hash = "455e8df806e0fcfef435c112b77763d1aea6959781485ed71c7ebbbfbd6035c5"
|
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/"
|
|
@@ -35,7 +35,7 @@ samgis-core = "3.0.13"
|
|
| 35 |
scipy = "^1.14.0"
|
| 36 |
sentencepiece = "^0.2.0"
|
| 37 |
shortuuid = "^1.0.13"
|
| 38 |
-
spaces = "0.
|
| 39 |
torch = "2.2.0"
|
| 40 |
torchvision = "0.17.0"
|
| 41 |
tqdm = "^4.66.4"
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "lisa-on-cuda"
|
| 3 |
+
version = "1.4.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 |
|
| 9 |
[metadata]
|
| 10 |
name = "lisa-on-cuda"
|
| 11 |
+
version = "1.4.4"
|
| 12 |
|
| 13 |
[tool.poetry.urls]
|
| 14 |
Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
|
|
|
| 35 |
scipy = "^1.14.0"
|
| 36 |
sentencepiece = "^0.2.0"
|
| 37 |
shortuuid = "^1.0.13"
|
| 38 |
+
spaces = "0.30.2"
|
| 39 |
torch = "2.2.0"
|
| 40 |
torchvision = "0.17.0"
|
| 41 |
tqdm = "^4.66.4"
|