mirror of
https://github.com/wassname/ml_debug.git
synced 2026-07-14 03:50:08 +08:00
15 lines
328 B
Makefile
15 lines
328 B
Makefile
default:
|
|
@just --list
|
|
|
|
audit:
|
|
python3 scripts/audit.py --self-test .
|
|
|
|
benchmark-validate:
|
|
python3 benchmark/validate.py
|
|
|
|
benchmark-run run_id model workers="4":
|
|
python3 benchmark/run.py --run-id {{run_id}} --model {{model}} --workers {{workers}}
|
|
|
|
benchmark-score run_id:
|
|
python3 benchmark/score.py --run-id {{run_id}}
|