3 Commits

Author SHA1 Message Date
sora
a17dd88611 Untrack pip build/ artifacts, restore gen_profiles.yaml
build/lib/* is a local pip-install byproduct, not source.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-09-11 13:38:43 +00:00
sora
370953729b Fix perf stats (wrong import path), per-repeat checkpoints, README
- perf_stats aggregator lives in eval/, not model/: the import failed
  silently and EVERY perf column was empty (not just ttft). Now warns
  on stderr instead of swallowing.
- repeats > 1 get their own checkpoint key (:rep2, :rep3, ...): repeat 2
  previously restored repeat 1's predictions and finished instantly with
  identical scores. rep1 keeps the legacy key (existing checkpoints still
  resume).
- repeats summary: report the MEAN score and aggregate time/tokens over
  ALL runs (was: last run only).
- README: six-benchmark command as the primary example.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-09-11 13:38:04 +00:00
sora
471e0ca1a9 gen_profiles.yaml: YAML profiles (dp4-nothink, qwen3-es-parity, glm53-nothink, t1-short) — edit file to tune parameters, no code changes needed
Co-Authored-By: Claude <noreply@anthropic.com>
2026-09-11 07:45:51 +00:00