Skip to content

v0.16.2 — LocateAnything-3B (visual grounding)

Choose a tag to compare

@srvsngh99 srvsngh99 released this 13 Jul 05:18
· 38 commits to main since this release
e22f873

Native support for NVIDIA LocateAnything-3B, a visual-grounding VLM that locates anything in an image as bounding boxes (<box><x1><y1><x2><y2></box>, coords 0–1000).

  • New native Swift+MLX runtime: MoonViT (Kimi-VL) native-resolution vision tower + connector + Qwen2.5-3B decoder; vision path logit-parity-verified vs the NVIDIA reference.
  • Shipped as a mixed-precision nvfp4 build (~3.1 GB, grounding-parity with bf16, ~50 tok/s) at srv-sngh/LocateAnything-3B-mlx-nvfp4 under the NVIDIA License (non-commercial).
krill update
krill pull locateanything-3b
krill run locateanything-3b "Locate the red car." --image street.jpg

Built on nvidia/LocateAnything-3B — credit to the original authors.