Skip to content

CLI Reference

The melite console command exposes benchmarking, export, and metadata checks.

Help and Version

melite --help
melite run --help
melite export --help
melite --version

Run Benchmarks

Run the configured benchmark:

melite run

Run a fast smoke check:

melite run --smoke

Use a custom TOML configuration:

melite run --config my_config.toml

Enable verbose logs:

melite run --verbose

Export a Selected Model

Launch interactive row selection:

melite export

Export a specific row:

melite export --row 0

Use custom paths:

melite export --row 0 --csv output/results.csv --outdir output/

Use a custom configuration file:

melite export --config my_config.toml --row 0

Smoke Guard

Smoke-mode results are marked in results.csv and are blocked from export by default because they are not benchmark-quality. Override intentionally with:

melite export --row 0 --force