mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-23 21:04:29 +00:00
chore: remove dependency on llama_models completely (#1344)
This commit is contained in:
parent
7131d5ddeb
commit
8bbd52bb9f
43 changed files with 131358 additions and 202 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue