mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +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
52a7ba6e9d
commit
c592c681ff
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