Spaces:
Running
Running
alessandro trinca tornidor
chore: use updated samgis-lisa == 1.0.8 to avoid CUDA init RuntimeError
dfd3805
[tool.poetry] | |
name = "samgis-lisa-on-zero" | |
version = "1.5.6" | |
description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model)." | |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"] | |
license = "MIT license" | |
readme = "README.md" | |
package-mode = false | |
[metadata] | |
name = "samgis-lisa-on-zero" | |
version = "1.5.6" | |
[tool.poetry.dependencies] | |
python = ">=3.10,<3.11" | |
samgis-lisa = "1.0.8" | |
[tool.poetry.group.test] | |
optional = true | |
[tool.poetry.group.test.dependencies] | |
pytest = "^8.2.2" | |
pytest-cov = "^5.0.0" | |
httpx = "^0.27.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |