mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 11:42:36 +00:00
move playground ui to llama-stack repo
This commit is contained in:
parent
060b4eb776
commit
c2cfd2261e
6 changed files with 264 additions and 0 deletions
11
llama_stack/distribution/playground-ui/README.md
Normal file
11
llama_stack/distribution/playground-ui/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# LLama Stack Playground UI
|
||||
|
||||
[!NOTE] This is a work in progress.
|
||||
|
||||
## Running Streamlit App
|
||||
|
||||
```
|
||||
cd llama-stack-apps/playground-ui
|
||||
pip install -r requirements.txt
|
||||
streamlit run app.py
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue