Skip to content

v0.3.7: Add timing artifact to EQ_predict output (#179)

Choose a tag to compare

@github-actions github-actions released this 30 Apr 19:08
· 8 commits to main since this release
d10a8b2
* Add timing artifact to EQ_predict output

Wraps trainer.predict in a wall-clock timer and writes a one-row
<output>.timing.parquet sidecar with total_seconds, n_rows, n_tasks,
seconds_per_row, and seconds_per_task. Always-on, mirrors the existing
embeddings sibling pattern.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Apply ruff format

* Apply ruff format

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>