Expand description
Detect mmproj-*.gguf vision towers next to a main GGUF (P7).
Ferrox does not yet run VL e2e — this helper only discovers companion
projector files the way OpenAI-style multimodal loaders expect, so
serve/CLI can fail closed with a clear path once vl_engine lands.
Functions§
- eprint_
mmproj_ if_ present - CLI-facing stderr variant of
warn_mmproj_if_present. - find_
mmproj_ beside - Look for
mmproj*.gguf(case-insensitive) in the same directory asmain_gguf. Returns the first match by name, if any. - warn_
mmproj_ if_ present - Log a clear warning when a companion mmproj exists but VL is not implemented. Known VL architectures get a stronger message (fail-closed hint for operators).