mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 18:50:01 +00:00
fix notebook
This commit is contained in:
parent
06f01f95c1
commit
1a07703d8b
2 changed files with 5 additions and 15 deletions
|
|
@ -229,9 +229,7 @@ def run_evaluation_3():
|
|||
output_res[scoring_fn] = []
|
||||
output_res[scoring_fn].append(eval_res.scores[scoring_fn].score_rows[0])
|
||||
|
||||
progress_text_container.write(
|
||||
f"Expand to see current processed result ({i + 1} / {len(rows)})"
|
||||
)
|
||||
progress_text_container.write(f"Expand to see current processed result ({i + 1} / {len(rows)})")
|
||||
results_container.json(eval_res, expanded=2)
|
||||
|
||||
progress_bar.progress(1.0, text="Evaluation complete!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue