mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 22:40:00 +00:00
fix
This commit is contained in:
parent
9b38ae9323
commit
f262bfd061
10 changed files with 107 additions and 319 deletions
|
|
@ -230,9 +230,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