pub fn is_valid_model_file(path: &Path) -> boolExpand description
Quick validation for model discovery — returns true if the model file passes basic structural checks (APR tokenizer present, GGUF magic valid).
Used by ModelConfig::discover_model() to skip broken APR files and
fall through to GGUF. Does NOT load the full model.