mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
native eval
This commit is contained in:
parent
b59810cd9a
commit
0e718b9712
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ def native_evaluation_page():
|
||||||
}
|
}
|
||||||
|
|
||||||
with params_tab:
|
with params_tab:
|
||||||
st.write("Define scoring function parameters here")
|
st.write("(Optional) Define scoring function parameters here")
|
||||||
|
|
||||||
with run_tab:
|
with run_tab:
|
||||||
dataset_id = eval_tasks[selected_eval_task].dataset_id
|
dataset_id = eval_tasks[selected_eval_task].dataset_id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue