mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
chore(ui): remove the Streamlit UI (#4097)
This commit is contained in:
parent
939a2db58f
commit
a2c4c12384
27 changed files with 0 additions and 1597 deletions
|
|
@ -51,14 +51,6 @@ dependencies = [
|
|||
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
ui = [
|
||||
"streamlit",
|
||||
"pandas",
|
||||
"llama-stack-client>=0.3.0",
|
||||
"streamlit-option-menu",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue