This commit is contained in:
Xi Yan 2024-11-26 20:16:39 -08:00
parent 2c8a7a972c
commit 8840cf1d9a

View file

@ -5,7 +5,7 @@
## Running Streamlit App ## Running Streamlit App
``` ```
cd llama_stack/distribution/playground-ui cd llama_stack/distribution/ui
pip install -r requirements.txt pip install -r requirements.txt
streamlit run app.py streamlit run app.py
``` ```