mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 08:28:07 -05:00
11 lines
433 B
Python
11 lines
433 B
Python
"""MIT Press Release Deep Audit scripts.
|
|
|
|
Phase A scripts produce ground-truth ledgers from already-extracted editor
|
|
JSON inputs. By default, inputs are read from
|
|
``book/tools/audit/release/data/`` and outputs are written under
|
|
``book/quarto/_build/release_audit/``. Set ``MLSYSBOOK_RELEASE_AUDIT_DATA``
|
|
or ``MLSYSBOOK_RELEASE_AUDIT_OUT`` to override those locations.
|
|
|
|
These scripts only measure; they never edit the manuscript.
|
|
"""
|