mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 11:42:36 +00:00
11 lines
195 B
Markdown
11 lines
195 B
Markdown
# LLama Stack Playground UI
|
|
|
|
[!NOTE] This is a work in progress.
|
|
|
|
## Running Streamlit App
|
|
|
|
```
|
|
cd llama_stack/distribution/playground-ui
|
|
pip install -r requirements.txt
|
|
streamlit run app.py
|
|
```
|