-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename lmm-tools to vision-agent (#5)
* Rename lmm-tools to vision-agent * Fix CI --------- Co-authored-by: Yazhou Cao <[email protected]>
- Loading branch information
1 parent
8e44a7d
commit 7b87bd1
Showing
13 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,17 @@ requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
name = "lmm-tools" | ||
name = "vision-agent" | ||
version = "0.0.8" | ||
description = "Toolset for Large Multi-Modal Models" | ||
description = "Toolset for Vision Agent" | ||
authors = ["Landing AI <[email protected]>"] | ||
readme = "README.md" | ||
packages = [{include = "lmm_tools"}] | ||
packages = [{include = "vision_agent"}] | ||
|
||
[tool.poetry.urls] | ||
"Homepage" = "https://landing.ai" | ||
"repository" = "https://github.com/landing-ai/lmm-tools" | ||
"documentation" = "https://github.com/landing-ai/lmm-tools" | ||
"repository" = "https://github.com/landing-ai/vision-agent" | ||
"documentation" = "https://github.com/landing-ai/vision-agent" | ||
|
||
[tool.poetry.dependencies] # main dependency group | ||
python = ">=3.10,<4.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters