mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:22:36 +00:00
distribution inspect
This commit is contained in:
parent
73335e4aaf
commit
5d9faca81b
2 changed files with 89 additions and 0 deletions
|
|
@ -21,10 +21,16 @@ def main():
|
|||
)
|
||||
rag_page = st.Page("page/playground/rag.py", title="RAG", icon="💬", default=False)
|
||||
|
||||
# Distribution pages
|
||||
distribution_page = st.Page(
|
||||
"page/distribution/distro.py", title="Distribution", icon="🔍", default=False
|
||||
)
|
||||
|
||||
pg = st.navigation(
|
||||
{
|
||||
"Evaluations": [application_evaluation_page],
|
||||
"Playground": [chat_page, rag_page],
|
||||
"Distribution": [distribution_page],
|
||||
}
|
||||
)
|
||||
pg.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue