Skip to main content

Module vl_engine

Module vl_engine 

Source
Expand description

Multimodal / VL serve stub (Qwen2-VL / CogVLM / Gemma4-VL / …).

Vision primitives for Kimi MoonViT live in crate::vision; GGUF VL architectures remain DeferredMultimodal in the capability registry until a projection + chat-template path is wired.

Expected pairing (P7): main text GGUF + companion mmproj*.gguf beside it — discovered via crate::mmproj::find_mmproj_beside. A future VlProjectorPair will hold both paths; generation stays fail-closed until projector weights + image tokenization land.

Structs§

VlEngine
VlProjectorPair
Main checkpoint + mmproj companion (not loaded yet).
VlUnavailable