build: Add ollama sdk dependency

Branch: OllamaVlmModel

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
This commit is contained in:
Gabe Goodhart 2025-04-08 13:05:00 -06:00
parent 355d8dc7a6
commit 17f381da4f

View File

@ -90,6 +90,7 @@ pillow = ">=10.0.0,<12.0.0"
tqdm = "^4.65.0" tqdm = "^4.65.0"
pluggy = "^1.0.0" pluggy = "^1.0.0"
pylatexenc = "^2.10" pylatexenc = "^2.10"
ollama = "^0.4"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = { extras = ["jupyter"], version = "^24.4.2" } black = { extras = ["jupyter"], version = "^24.4.2" }