Skip to content

Commit f591946

Browse files
Update pyproject.toml
1 parent 2771bb8 commit f591946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "llama-cpp-agent"
7-
version = "0.2.16"
7+
version = "0.2.17"
88
description = "A framework for building LLM based AI agents with llama.cpp."
99

1010
readme = "ReadMe.md"
@@ -26,7 +26,7 @@ email = "[email protected]"
2626
[project.optional-dependencies]
2727
agent_memory = ["chromadb", "SQLAlchemy", "numpy", "scipy"]
2828
rag = ["ragatouille"]
29-
vllm_provider = ["openai"]
29+
vllm_provider = ["openai", "transformers", "sentencepiece", "protobuf"]
3030
mixtral_agent = ["mistral-common"]
3131
web_search = ["duckduckgo_search", "trafilatura", "lxml-html-clean", "lxml"]
3232

0 commit comments

Comments
 (0)