Files
wehub-resource-sync 426e9eeabd
Voice Workbench / headless workbench (mocked backends) (push) Has been cancelled
Voice Workbench / real acoustic lane (nightly, provisioned only) (push) Has been cancelled
ci / test (push) Has been cancelled
ci / lint-and-format (push) Has been cancelled
ci / build (push) Has been cancelled
ci / dev-startup (push) Has been cancelled
gitleaks / gitleaks (push) Has been cancelled
Markdown Links / Relative Markdown Links (push) Has been cancelled
Quality (Extended) / Homepage Build (PR smoke) (push) Has been cancelled
Quality (Extended) / Comment-only diff guard (push) Has been cancelled
Quality (Extended) / Format + Type Safety Ratchet (push) Has been cancelled
Quality (Extended) / Develop Gate (secret scan + UI determinism) (push) Has been cancelled
Quality (Extended) / Develop Gate (lint) (push) Has been cancelled
Chat shell gestures / Chat shell gesture + parity e2e (push) Has been cancelled
Cloud Gateway Discord / Test (push) Has been cancelled
Benchmark Bridge Tests / benchmark (bunx @biomejs/biome check packages/lifeops-bench/src, benchmark-lint) (push) Has been cancelled
Benchmark Bridge Tests / benchmark (bunx vitest run --config packages/lifeops-bench/vitest.config.ts --root packages/lifeops-bench --passWithNoTests, benchmark-tests) (push) Has been cancelled
Build Agent Image / build-and-push (push) Has been cancelled
Dev Smoke / bun run dev onboarding chat (push) Has been cancelled
Dev Smoke / Vite HMR dependency-level smoke (push) Has been cancelled
Electrobun Submodule Guard / electrobun gitlink is fetchable (push) Has been cancelled
Publish @elizaos/example-code / check_npm (push) Has been cancelled
Publish @elizaos/example-code / publish_npm (push) Has been cancelled
Publish @elizaos/plugin-elizacloud / verify_version (push) Has been cancelled
Publish @elizaos/plugin-elizacloud / publish_npm (push) Has been cancelled
Sandbox Live Smoke / Sandbox live smoke (push) Has been cancelled
Snap Build & Test / Build Snap (amd64) (push) Has been cancelled
Snap Build & Test / Build Snap (arm64) (push) Has been cancelled
Test Packaging / elizaos CLI global-install smoke (node + bun) (push) Has been cancelled
Cloud Gateway Webhook / Test (push) Has been cancelled
Cloud Tests / lint-and-types (push) Has been cancelled
Cloud Tests / unit-tests (push) Has been cancelled
Cloud Tests / integration-tests (push) Has been cancelled
Cloud Tests / e2e-tests (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Apps Worker (Product 2) / Determine environment (push) Has been cancelled
Deploy Apps Worker (Product 2) / Deploy apps worker to apps-control host (${{ needs.determine-env.outputs.environment }}) (push) Has been cancelled
Deploy Eliza Provisioning Worker / Determine environment (push) Has been cancelled
Deploy Eliza Provisioning Worker / Deploy worker to Hetzner host (${{ needs.determine-env.outputs.environment }} @ ${{ needs.determine-env.outputs.deployment_sha }}) (push) Has been cancelled
Dev Smoke / Classify changed paths (push) Has been cancelled
supply-chain / sbom (push) Has been cancelled
supply-chain / vulnerability-scan (push) Has been cancelled
Build, Push & Deploy to Phala Cloud / build-and-push (push) Has been cancelled
Test Packaging / Validate Packaging Configs (push) Has been cancelled
Test Packaging / Build & Test PyPI Package (push) Has been cancelled
Test Packaging / PyPI on Python ${{ matrix.python }} (push) Has been cancelled
Test Packaging / Pack & Test JS Tarballs (push) Has been cancelled
UI Fixture E2E / ui-fixture-e2e (push) Has been cancelled
UI Fixture E2E / fixture-e2e (push) Has been cancelled
UI Story Gate / story-gate (push) Has been cancelled
vault-ci / test (macos-latest) (push) Has been cancelled
vault-ci / test (ubuntu-latest) (push) Has been cancelled
vault-ci / test (windows-latest) (push) Has been cancelled
vault-ci / app-core wiring tests (push) Has been cancelled
verify-patches / verify patches/CHECKSUMS.sha256 (push) Has been cancelled
Voice Benchmark Smoke / voice-emotion fixture smoke (push) Has been cancelled
Voice Benchmark Smoke / voiceagentbench fixture smoke (push) Has been cancelled
Voice Benchmark Smoke / voicebench-quality unit smoke (push) Has been cancelled
Voice Benchmark Smoke / voicebench TypeScript unit (no audio) (push) Has been cancelled
Voice Benchmark Smoke / voice bench smoke summary (push) Has been cancelled
Windows CI / windows ([bun run --cwd packages/app-core test bun run --cwd packages/elizaos test bun run --cwd packages/cloud/shared test], app-and-cli) (push) Has been cancelled
Windows CI / windows ([bun run --cwd packages/scenario-runner test bun run --cwd packages/vault test bun run --cwd packages/security test bun run --cwd plugins/plugin-coding-tools test], framework-packages) (push) Has been cancelled
Windows CI / windows ([bun run --cwd plugins/plugin-elizacloud test bun run --cwd plugins/plugin-discord test bun run --cwd plugins/plugin-anthropic test bun run --cwd plugins/plugin-openai test bun run --cwd plugins/plugin-app-control test bun run --cwd plugins/pl… (push) Has been cancelled
Windows CI / windows ([node packages/scripts/run-turbo.mjs run build --filter=@elizaos/core --filter=@elizaos/shared --filter=@elizaos/agent --concurrency=4 node packages/scripts/run-bash-linux-only.mjs scripts/verify-riscv64-buildpaths.sh node packages/scripts/run… (push) Has been cancelled
Windows CI / windows ([node packages/scripts/run-turbo.mjs run typecheck --filter=@elizaos/core --filter=@elizaos/shared --filter=@elizaos/cloud-shared --concurrency=4 bun run --cwd packages/core test bun run --cwd packages/shared test], core-runtime, 75) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:43:05 +08:00

361 lines
14 KiB
Python
Executable File

"""eval_checkpoint.py — score one local checkpoint against a small val set.
Wraps `scripts/benchmark/native_tool_call_bench.py` via subprocess so we get
bucketed native function-calling structure/content numbers without duplicating
its scoring or model-loading logic. Reads the bench `summary.json` and emits a
small per-checkpoint result JSON the eval-loop appends to `_progress.jsonl`.
Used together with:
- checkpoint_sync_loop.sh (pulls checkpoints from Vast)
- eval_loop.sh (runs us against each unevaluated checkpoint)
- progress_report.py (renders an HTML chart from _progress.jsonl)
Args:
--checkpoint <dir> Path to a local checkpoint directory (the one
containing config.json + safetensors / sharded
state). Step is parsed from the dir name:
`checkpoint-<N>` -> N; `final` -> max known step + 1.
--registry-key <k> Model registry key (gemma4-e2b / gemma4-e4b /
gemma4-12b / gemma4-31b). Recorded in the result
JSON so the UI can pick the right axis labels.
--val-jsonl <path> Validation JSONL. Default: data/smoke/val.jsonl.
--max-examples <n> Per-bucket cap for the native benchmark. Default 50 — the
smoke val set is tiny on purpose so each scoring
pass stays practical on the 2B entry tier (per
AGENTS spec for this script).
--out <path> Where to write the per-checkpoint result JSON.
The eval loop also writes a sibling `_eval.json`
inside the checkpoint dir as a "done" marker.
Output schema (JSON, one file per checkpoint):
{
"step": <int>,
"checkpoint_dir": "<absolute path>",
"structure_ok": <float, 0..1>,
"content_ok": <float, 0..1>,
"tokens_per_sec": <float>,
"peak_vram_mb": <int>,
"evaluated_at": "<ISO-8601 UTC>",
"registry_key": "<key>"
}
The structure_ok / content_ok numbers are macro-averaged across whatever
buckets the val set produced (the native benchmark reports per-bucket counts; we
sum them to get an overall rate so the progress chart has a single line
per metric). Bucket-level detail still lives in the bench summary.json
sitting next to the result.
"""
from __future__ import annotations
import argparse
import datetime as dt
import json
import logging
import os
import re
import subprocess
import sys
import tempfile
from pathlib import Path
ROOT = Path(__file__).resolve().parent.parent
BENCH_SCRIPT = ROOT / "scripts" / "benchmark" / "native_tool_call_bench.py"
# The shared W0-X5 benchmark results store lives at
# ``packages/benchmarks/lib/results_store.py``. We load it by absolute
# file path inside ``record_to_results_store`` so the training package's
# local ``lib`` namespace does not collide with the benchmarks one.
CHECKPOINT_EVAL_BENCHMARK_ID = "eliza_checkpoint_eval"
"""Benchmark identifier used when writing eval_checkpoint rows to the
shared W0-X5 results store. Pairs with the prompt-optimization rows the
JS orchestrator writes so finetune progress and prompt-optimization
progress surface in one viewer."""
log = logging.getLogger("eval_checkpoint")
def parse_step(checkpoint_dir: Path, sibling_max_step: int | None) -> int:
"""Parse the trailing step number from `checkpoint-<N>`.
`final` is promoted to `max(known steps) + 1` so it sits at the end of
the X axis when plotted alongside intermediate checkpoints. If we have
no known steps yet, `final` -> 1.
"""
name = checkpoint_dir.name
m = re.search(r"checkpoint-(\d+)$", name)
if m:
return int(m.group(1))
if name == "final":
return (sibling_max_step or 0) + 1
raise SystemExit(
f"could not parse step from checkpoint dir name {name!r} — "
f"expected `checkpoint-<N>` or `final`."
)
def discover_max_sibling_step(checkpoint_dir: Path) -> int:
"""Highest `checkpoint-<N>` step present in the parent dir.
Used only when the input dir is `final` so we can place it on the
progress curve at max+1. Returns 0 if no siblings.
"""
parent = checkpoint_dir.parent
if not parent.is_dir():
return 0
best = 0
for sib in parent.iterdir():
m = re.search(r"checkpoint-(\d+)$", sib.name)
if m:
best = max(best, int(m.group(1)))
return best
def aggregate_bucket_summary(summary: dict) -> tuple[float, float]:
"""Macro-average structure_ok and content_ok across buckets.
Native benchmark reports per-bucket integer counts (`structure_ok`, `content_ok`,
`n`). We sum across buckets to get an overall rate in [0, 1] for the
progress curve. The full per-bucket breakdown is still preserved in the
bench `summary.json` we leave on disk next to the result.
"""
total_n = 0
total_structure = 0
total_content = 0
for bucket in (summary.get("buckets") or {}).values():
n = int(bucket.get("n") or 0)
if n <= 0:
continue
total_n += n
total_structure += int(bucket.get("structure_ok") or 0)
total_content += int(bucket.get("content_ok") or 0)
if total_n == 0:
return 0.0, 0.0
return (
round(total_structure / total_n, 4),
round(total_content / total_n, 4),
)
def _load_results_store_class():
"""Import the W0-X5 ResultsStore by absolute file path.
The training package has its own ``scripts/lib/`` package which
shadows the benchmarks package's ``lib`` namespace when both are on
``sys.path``. Loading the module by file path keeps the two isolated.
"""
import importlib.util
module_name = "_eliza_eval_results_store"
if module_name in sys.modules:
return sys.modules[module_name].ResultsStore
rs_path = ROOT.parent / "benchmarks" / "lib" / "results_store.py"
spec = importlib.util.spec_from_file_location(module_name, rs_path)
if spec is None or spec.loader is None:
raise ImportError(f"could not load ResultsStore from {rs_path}")
module = importlib.util.module_from_spec(spec)
sys.modules[module_name] = module
spec.loader.exec_module(module)
return module.ResultsStore
def record_to_results_store(
result: dict,
*,
db_path: Path | None,
dataset_version: str,
code_commit: str,
) -> int:
"""Append a row to the shared W0-X5 SQLite results store.
The score is the macro-average of format_ok and content_ok — same
weighting used in the progress chart for the single "quality" axis.
Returns the inserted row id.
"""
ResultsStore = _load_results_store_class()
primary_score = 0.5 * float(result["format_ok"]) + 0.5 * float(result["content_ok"])
store = ResultsStore(db_path=db_path)
try:
run_id = store.record_run(
model_id=str(result["registry_key"]),
benchmark=CHECKPOINT_EVAL_BENCHMARK_ID,
score=primary_score,
dataset_version=dataset_version,
code_commit=code_commit,
raw_json={
"step": int(result["step"]),
"checkpoint_dir": str(result["checkpoint_dir"]),
"format_ok": float(result["format_ok"]),
"content_ok": float(result["content_ok"]),
"tokens_per_sec": float(result["tokens_per_sec"]),
"peak_vram_mb": int(result["peak_vram_mb"]),
"evaluated_at": str(result["evaluated_at"]),
"registry_key": str(result["registry_key"]),
},
)
finally:
store.close()
return run_id
def read_peak_vram_mb() -> int:
"""Best-effort current peak GPU memory across visible devices, in MB.
Returns 0 when CUDA isn't available or nvidia-smi isn't on PATH. We
read this from the parent process post-bench rather than from inside
the bench (which we don't modify) — good enough as a coarse signal
for the progress curve.
"""
try:
out = subprocess.run(
["nvidia-smi", "--query-gpu=memory.used", "--format=csv,noheader,nounits"],
check=True,
capture_output=True,
text=True,
timeout=10,
).stdout
except (FileNotFoundError, subprocess.CalledProcessError, subprocess.TimeoutExpired):
return 0
peak = 0
for line in out.splitlines():
line = line.strip()
if not line:
continue
try:
peak = max(peak, int(line))
except ValueError:
continue
return peak
def main() -> int:
ap = argparse.ArgumentParser(description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter)
ap.add_argument("--checkpoint", required=True, help="Path to local checkpoint directory.")
ap.add_argument("--registry-key", required=True, help="Model registry key, e.g. gemma4-e2b.")
ap.add_argument("--val-jsonl", default=str(ROOT / "data" / "smoke" / "val.jsonl"),
help="Validation JSONL. Default data/smoke/val.jsonl.")
ap.add_argument("--max-examples", type=int, default=50,
help="Per-bucket cap passed to native_tool_call_bench. Default 50.")
ap.add_argument("--out", required=True, help="Where to write the result JSON.")
ap.add_argument(
"--results-db",
default=None,
help=(
"Path to the shared W0-X5 SQLite results store. When set (or when "
"ELIZA_BENCHMARK_RESULTS_DB is in the environment) the per-checkpoint "
"result is also recorded there with benchmark="
f"{CHECKPOINT_EVAL_BENCHMARK_ID}. The local _progress.jsonl row is "
"still written unconditionally."
),
)
ap.add_argument(
"--dataset-version",
default="unknown",
help="Dataset version tag stored alongside the results-store row.",
)
ap.add_argument(
"--code-commit",
default="unknown",
help="Code commit hash stored alongside the results-store row.",
)
args = ap.parse_args()
checkpoint_dir = Path(args.checkpoint).resolve()
if not checkpoint_dir.is_dir():
raise SystemExit(f"checkpoint dir not found: {checkpoint_dir}")
val_path = Path(args.val_jsonl).resolve()
if not val_path.is_file():
raise SystemExit(f"val jsonl not found: {val_path}")
sibling_max = discover_max_sibling_step(checkpoint_dir)
step = parse_step(checkpoint_dir, sibling_max)
out_path = Path(args.out).resolve()
out_path.parent.mkdir(parents=True, exist_ok=True)
# Run the native benchmark into a temp out-dir; we read its summary.json and
# then move it next to the result JSON for forensic inspection.
with tempfile.TemporaryDirectory(prefix="eval_ckpt_") as tmp:
bench_out = Path(tmp) / "bench"
cmd = [
sys.executable, str(BENCH_SCRIPT),
"--model", str(checkpoint_dir),
"--out-dir", str(bench_out),
"--test-file", str(val_path),
"--max-per-bucket", str(args.max_examples),
]
# native_tool_call_bench imports from scripts.format_for_training etc. via
# sys.path manipulation rooted at training/. Run it from there.
env = os.environ.copy()
# Don't let an inherited HF_HOME redirect put weights on a tiny disk.
env.setdefault("HF_HUB_DISABLE_PROGRESS_BARS", "1")
proc = subprocess.run(cmd, cwd=str(ROOT), env=env)
if proc.returncode != 0:
raise SystemExit(
f"native_tool_call_bench exited with code {proc.returncode} for "
f"{checkpoint_dir} — see stderr above."
)
summary_path = bench_out / "summary.json"
if not summary_path.is_file():
raise SystemExit(
f"native_tool_call_bench did not produce summary.json at {summary_path} "
f"— scoring failed."
)
summary = json.loads(summary_path.read_text())
# Persist the bench summary next to the result so operators can
# drill into per-bucket breakdowns from the same place.
sibling_summary = out_path.with_suffix(".bench-summary.json")
sibling_summary.write_text(json.dumps(summary, indent=2))
structure_ok, content_ok = aggregate_bucket_summary(summary)
tokens_per_sec = float(summary.get("tokens_per_sec_gen") or 0.0)
peak_vram_mb = read_peak_vram_mb()
result = {
"step": step,
"checkpoint_dir": str(checkpoint_dir),
"structure_ok": structure_ok,
"content_ok": content_ok,
"tokens_per_sec": tokens_per_sec,
"peak_vram_mb": peak_vram_mb,
"evaluated_at": dt.datetime.now(dt.timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"),
"registry_key": args.registry_key,
}
out_path.write_text(json.dumps(result, indent=2))
print(json.dumps(result, indent=2))
# Mirror the row into the shared W0-X5 results store when configured.
# Either --results-db or ELIZA_BENCHMARK_RESULTS_DB enables this; with
# neither set we leave the store untouched (operators using only the
# legacy progress chart see no change).
db_path = (
Path(args.results_db).expanduser().resolve()
if args.results_db
else None
)
if db_path is not None or os.environ.get("ELIZA_BENCHMARK_RESULTS_DB"):
run_id = record_to_results_store(
result,
db_path=db_path,
dataset_version=args.dataset_version,
code_commit=args.code_commit,
)
log.info(
"recorded checkpoint eval as %s run id=%d in results store",
CHECKPOINT_EVAL_BENCHMARK_ID,
run_id,
)
return 0
if __name__ == "__main__":
sys.exit(main())