v0.4.0
mlx-Chronos 0.4.0 makes public leaderboard-ready benchmark runs easier to diagnose, configure, and verify before submission.
Features
- Adds
mlx-chronos doctor, a single diagnostic command for Apple Silicon readiness, supported engine status, running servers, model access, model reference URLs, and public leaderboard blockers. - Adds
mlx-chronos run --publishable, which fails early unless a run uses the required public leaderboard settings: a model URL, JSON output, persistent connections, preflight validation, and Low Power Mode disabled. - Adds an actionable post-run leaderboard-readiness summary that reports whether a result is ready to submit or remains local-only, including the first blocker and a concrete fix.
- Makes the interactive wizard more guided for public submissions by surfacing the doctor flow, prioritizing running engines, requiring model URLs for publishable runs, and generating equivalent
--publishablecommands.
Documentation
- Expands the README quickstart with a more plug-and-play path from installation and diagnostics to a publishable benchmark run.
Maintenance
- Adds CLI and wizard test coverage for the new diagnostics, publishability checks, readiness reporting, and guided public-run flow.