The incredible comma model reporter!
uv pip install .REPORTERV2_HOST must point at an fsspec-compatible store.
REPORTERV2_DATA stores the local SQLite index cache.
export REPORTERV2_HOST=/tmp/reporterv2-store
export REPORTERV2_DATA=/tmp/reporterv2-indexfrom reporterv2 import ReporterV2
reporter = ReporterV2({"training_id": "run-id"})uv run reporterv2-serverOpen http://localhost:8802.
docker compose -f docker-compose.local.yaml up --build