mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 19:56:59 +00:00
chore: simplify running the demo UI (#1907)
# What does this PR do? * Manage UI deps in pyproject * Use a new "ui" dep group to pull the deps with "uv" * Simplify the run command * Bump versions in requirements.txt Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
b93318e40b
commit
770b38f8b5
5 changed files with 188 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
streamlit
|
||||
pandas
|
||||
llama-stack-client>=0.0.55
|
||||
llama-stack-client>=0.2.1
|
||||
streamlit-option-menu
|
||||
llama-stack>=0.1.9
|
||||
llama-stack>=0.2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue