Closed mmtj closed 1 day ago
This project already provides releases based on the SAM model versions:
However, the project version in pyproject.toml is still set to 0.1.0
[project] name = "lang-sam" version = "0.1.0"
Therefore even if you install latest release of lang-sam with pip, you will see the installed version as 0.1.0.
0.1.0
$ pip install git+https://github.com/luca-medeiros/lang-segment-anything.git ... $ pip list | grep sam Package Version ---------- ------- lang-sam 0.1.0
$ pip list | grep sam Package Version ---------- ------- lang-sam 0.2.1
Description
This project already provides releases based on the SAM model versions:
However, the project version in pyproject.toml is still set to 0.1.0
Therefore even if you install latest release of lang-sam with pip, you will see the installed version as
0.1.0
.What exact command you ran:
Expected behavior
Environment