Thanks to visit codestin.com
Credit goes to github.com

Skip to content

commaai/reporterv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors