chore: remove dependency on llama_models completely (#1344)

This commit is contained in:
Ashwin Bharambe 2025-03-01 12:48:08 -08:00 committed by GitHub
parent 7131d5ddeb
commit 8bbd52bb9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 131358 additions and 202 deletions

View file

@ -26,7 +26,6 @@ dependencies = [
"httpx",
"huggingface-hub",
"jsonschema",
"llama-models>=0.1.4",
"llama-stack-client>=0.1.4",
"prompt-toolkit",
"python-dotenv",
@ -76,6 +75,11 @@ docs = [
"sphinxcontrib.mermaid",
"tomli",
]
codegen = [
"rich",
"pydantic",
"jinja2",
]
[project.urls]
Homepage = "https://github.com/meta-llama/llama-stack"