mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 03:09:30 +00:00
Merge branch 'main' into add-watsonx-inference-adapter
This commit is contained in:
commit
47d919333a
59 changed files with 10982 additions and 94 deletions
|
|
@ -89,6 +89,12 @@ docs = [
|
|||
"tomli",
|
||||
]
|
||||
codegen = ["rich", "pydantic", "jinja2>=3.1.6"]
|
||||
ui = [
|
||||
"streamlit",
|
||||
"pandas",
|
||||
"llama-stack-client>=0.2.1",
|
||||
"streamlit-option-menu",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/meta-llama/llama-stack"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue