mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:02:36 +00:00
requirements
This commit is contained in:
parent
114595ce71
commit
e245f459bb
13 changed files with 148 additions and 160 deletions
|
|
@ -15,8 +15,8 @@ from modules.api import llama_stack_api
|
|||
|
||||
def native_evaluation_page():
|
||||
|
||||
st.set_page_config(page_title="Native Evaluations", page_icon="🦙")
|
||||
st.title("🦙 Llama Stack Native Evaluations")
|
||||
st.set_page_config(page_title="Evaluations (Generation + Scoring)", page_icon="🦙")
|
||||
st.title("📊 Evaluations (Generation + Scoring)")
|
||||
|
||||
# Create tabs
|
||||
task_tab, candidate_tab, params_tab, run_tab = st.tabs(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue