• Joined on 2026-07-22
sora pushed to main at Meta-Eval/EvalHarness 2026-09-11 03:09:18 +00:00
d7f06395a0 Highlight whole noun phrases (1319 samples from cache / 4/4 predictions / 0 samples left to run), not bare numbers; score rule runs first so scores keep solid green
sora pushed to main at Meta-Eval/EvalHarness 2026-09-11 03:02:05 +00:00
a8c04311c0 Semantic numbers in narration: bold yellow (bold alone was hard to see)
sora pushed to main at Meta-Eval/EvalHarness 2026-09-11 02:59:24 +00:00
a1fa75bf89 All narration lines as full sentences (Checkpoint: 4/4 predictions already generated, 0 samples left to run / Generation skipped: ... / Scoring complete: acc 100.0% / Writing results to ...)
sora pushed to main at Meta-Eval/EvalHarness 2026-09-11 02:49:07 +00:00
20e9b87248 Probe success line as a full sentence: model name, endpoint, response time, pool size, and what happens next
sora pushed to main at Meta-Eval/EvalHarness 2026-09-11 02:43:11 +00:00
470496b7ef Probe line carries model/endpoint/instances/probe-latency (ANSI-colored on tty); semantic numbers (counts, checkpoint fractions) bold in narration lines
sora pushed to main at Meta-Eval/EvalHarness 2026-09-11 02:35:51 +00:00
b8ff031be7 Scores in narration lines get bold green (the key fact, previously lost in all-white lines); paths stay cyan
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 12:02:29 +00:00
9eb1f7e58b Fix KeyError 'cur' regression (new-task branch missed the field); live bars hard-disable unless the real stream is a tty (FORCE_COLOR env made rich claim terminal-ness on pipes -> refresh thread stalled the whole run)
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:36:21 +00:00
c6046dd02e Progress bar keeps its own elapsed/ETA clock (rich's columns freeze on cross-benchmark task reuse); in-flight shows current sample's elapsed; adaptive read timeout scales with the generation budget (32k-token CoTs were timing out at the fixed 300s and retrying forever -- the 'hang')
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:29:10 +00:00
e7792a559c Narration lines get stage icons (⬇ download / 📦 ready / ✳ few-shot / ◷ checkpoint / 🤖 generating / ⏭ skipped / ★ scoring / 📝 writing / 🔗 endpoint) and cyan-highlighted paths
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:26:25 +00:00
3a045e0569 Narration density: preparing+checkpoint merged into one line (N samples · checkpoint k/N restored, m to generate); zero-pending runs say 'generation skipped' instead of the misleading generating-0/complete pair; scoring complete carries the primary metric
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:22:05 +00:00
3911019315 writing-results line shows the destination directory
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:20:00 +00:00
5b595f3a10 Narration lines all plain white (color scheme toggle kept in _phase_color for quick restore)
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:15:07 +00:00
5734f7fbe6 Uniform [i/N] prefix on every narration line (status_callback restores the tag; checkpoint-restored detail routes through status_callback; probe line remains pre-callback)
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:13:35 +00:00
392cc8daca Persistent benchmark counter [i/N] on the single progress bar; phase lines all route through the live channel for strict ordering
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:09:39 +00:00
9818515247 Narration colors by stage semantics: start/in-progress events yellow, completion events green (dataset ready / generation complete / scoring complete / checkpoint restored)
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:06:42 +00:00
89f950d8a0 Narration lines uniformly uncolored (phase prints drop cyan, rich number auto-highlight off); color reserved for results/errors only
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:04:02 +00:00
8632b2735b Drop the overall benches bar from the CLI (per-benchmark result lines already track progress; reporter keeps the capability for API users)
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 11:02:43 +00:00
b7be2a8df3 Progress bars self-describing: overall bar carries the current benchmark (benches · 1/6 humaneval), sample bar carries the stage tag (humaneval · generating/scoring/writing)
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 10:57:17 +00:00
dd7e1933ff HF endpoint auto-fallback: when huggingface.co is unreachable, probe mirrors (hf-mirror.com) and switch automatically with a one-line notice; error only if all fail
sora pushed to main at Meta-Eval/EvalHarness 2026-09-10 10:54:06 +00:00
8ea83fea4f Pause the rich live display while datasets materialize so hub tqdm progress (download/generating splits) is visible instead of being erased; reporter gains pause()/resume()