Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
8ded09a
1
Parent(s):
83918e1
chore: update [email protected], bump to version 1.4.11
Browse files- poetry.lock +6 -6
- pyproject.toml +3 -3
poetry.lock
CHANGED
@@ -3153,13 +3153,13 @@ zstd = ["zstandard (>=0.18.0)"]
|
|
3153 |
|
3154 |
[[package]]
|
3155 |
name = "uvicorn"
|
3156 |
-
version = "0.
|
3157 |
description = "The lightning-fast ASGI server."
|
3158 |
optional = false
|
3159 |
-
python-versions = ">=3.
|
3160 |
files = [
|
3161 |
-
{file = "uvicorn-0.
|
3162 |
-
{file = "uvicorn-0.
|
3163 |
]
|
3164 |
|
3165 |
[package.dependencies]
|
@@ -3168,7 +3168,7 @@ h11 = ">=0.8"
|
|
3168 |
typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""}
|
3169 |
|
3170 |
[package.extras]
|
3171 |
-
standard = ["colorama (>=0.4)", "httptools (>=0.
|
3172 |
|
3173 |
[[package]]
|
3174 |
name = "websockets"
|
@@ -3251,4 +3251,4 @@ files = [
|
|
3251 |
[metadata]
|
3252 |
lock-version = "2.0"
|
3253 |
python-versions = ">=3.10, <3.12"
|
3254 |
-
content-hash = "
|
|
|
3153 |
|
3154 |
[[package]]
|
3155 |
name = "uvicorn"
|
3156 |
+
version = "0.34.0"
|
3157 |
description = "The lightning-fast ASGI server."
|
3158 |
optional = false
|
3159 |
+
python-versions = ">=3.9"
|
3160 |
files = [
|
3161 |
+
{file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"},
|
3162 |
+
{file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"},
|
3163 |
]
|
3164 |
|
3165 |
[package.dependencies]
|
|
|
3168 |
typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""}
|
3169 |
|
3170 |
[package.extras]
|
3171 |
+
standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"]
|
3172 |
|
3173 |
[[package]]
|
3174 |
name = "websockets"
|
|
|
3251 |
[metadata]
|
3252 |
lock-version = "2.0"
|
3253 |
python-versions = ">=3.10, <3.12"
|
3254 |
+
content-hash = "ecca951e09ba76ebc4710c7a8c3a96feee5955863afa1d9bbd7e604eee37cea2"
|
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/"
|
@@ -40,7 +40,7 @@ torch = "2.4.0"
|
|
40 |
torchvision = "0.19.0"
|
41 |
tqdm = "^4.66.4"
|
42 |
transformers-backport = "4.31.2"
|
43 |
-
uvicorn = "^0.
|
44 |
|
45 |
[tool.poetry.group.gradio]
|
46 |
optional = true
|
|
|
1 |
[tool.poetry]
|
2 |
name = "lisa-on-cuda"
|
3 |
+
version = "1.4.11"
|
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.11"
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
|
|
40 |
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
|