Skip to main content

Global flags

These flags apply to all subcommands and must be placed before the subcommand name:

mill eval

Run evaluation locally on one or more models.

Inline model args

Pass model arguments inline in brackets, key=value separated by commas — there is no --model_args flag. Quote the spec so your shell doesn’t expand the brackets:
A list-valued arg (e.g. modalities) can’t be expressed inline — use a Python config file for those.

Examples

mill schedule

Generate and submit a SLURM job array.

mill collect

Display aggregated performance and check for missing jobs. Results are read from the long-format aggregate.csv (one row per model, task, n_shot, metric with performance and stderr columns), so scores compare across any benchmark.

mill ls

Open the interactive TUI browser for benchmarks and tasks.