Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reporterv2

The incredible comma model reporter!

Install

uv pip install .

Storage

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-index

Client

from reporterv2 import ReporterV2

reporter = ReporterV2({"training_id": "run-id"})

Server

uv run reporterv2-server

Open http://localhost:8802.

Docker

docker compose -f docker-compose.local.yaml up --build

About

The incredible comma model reporter (v2)

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages