mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-11 21:48:36 +00:00
chore!: remove old ui implementation
All new UI developments are using the implementation at llama_stack/ui. This is a breaking change since whoever was using the previous implementation won't be able to do so anymore. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
b6cb817897
commit
2aea2e6cd7
27 changed files with 0 additions and 1755 deletions
|
@ -52,13 +52,6 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
ui = [
|
||||
"streamlit",
|
||||
"pandas",
|
||||
"llama-stack-client>=0.2.21",
|
||||
"streamlit-option-menu",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue