mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:59:47 +00:00
17 lines
244 B
Markdown
17 lines
244 B
Markdown
# LLama Stack UI
|
|
|
|
[!NOTE] This is a work in progress.
|
|
|
|
## Prerequisite
|
|
- Start up Llama Stack Server
|
|
```
|
|
llama stack run
|
|
```
|
|
|
|
## Running Streamlit App
|
|
|
|
```
|
|
cd llama_stack/distribution/ui
|
|
pip install -r requirements.txt
|
|
streamlit run app.py
|
|
```
|