mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 23:00:01 +00:00
fix all iterrows callsites
This commit is contained in:
parent
f117407af6
commit
b561cfd902
6 changed files with 56 additions and 163 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