Background
NVIDIA's EAGLE architecture VLMs use a custom projector type locateanything in their mmproj GGUF files. This type is not in the supported projector list in
llama.cpp's clip.cpp at the version bundled with GenieX v0.3.17 (commit ae9291e).
The LLM backbone (qwen2, 3.4B) loads and runs correctly. Only the vision encoder (mmproj) is blocked.
Affected models:
- nvidia/LocateAnything-3B and its GGUF quantizations (yuuko-eth/LocateAnything-3B-GGUF)
- Any other EAGLE-architecture VLM using locateanything projector
———
Request
- Update the bundled llama.cpp to a version that includes locateanything projector support (check upstream llama.cpp clip.cpp for the relevant commit)
- Or add locateanything to the projector type registry in the bundled clip.cpp
———
Reference
Tried on IQ8 device HTP v75.
Background
NVIDIA's EAGLE architecture VLMs use a custom projector type locateanything in their mmproj GGUF files. This type is not in the supported projector list in
llama.cpp's clip.cpp at the version bundled with GenieX v0.3.17 (commit ae9291e).
The LLM backbone (qwen2, 3.4B) loads and runs correctly. Only the vision encoder (mmproj) is blocked.
Affected models:
———
Request
———
Reference
Tried on IQ8 device HTP v75.