m command-line tool.
Wires together all CLI sub-applications into a single Typer root command: m serve
(start a model-serving endpoint), m alora (train and upload LoRA/aLoRA adapters),
m decompose (LLM-driven task decomposition), and m eval (test-based model
evaluation). Run m --help to see all available sub-commands.
Functions
FUNC callback
m serve), training and uploading
adapters (m alora), decomposing tasks into subtasks (m decompose), and
running test-based evaluation pipelines (m eval).