mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Persist fabro_run_dir in scoreboard instances.jsonl
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
956e681e4f
commit
c665204be9
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ def main():
|
|||
"gen_duration_s": gen_duration,
|
||||
"eval_duration_s": eval_duration,
|
||||
"gen_cost_usd": round(cost, 6) if cost else None,
|
||||
"fabro_run_dir": gen.get("fabro_run_dir"),
|
||||
})
|
||||
|
||||
# Write per-instance results
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue