pub fn is_micro_model(model_name: &str) -> boolExpand description
Detect if we should use micro mode based on model name. Matches small parameter counts as word-bounded tokens to avoid false positives (e.g. “32b” matching “2b”, “13b” matching “3b”).