GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

sabafallah/LocateAnything-3B-GGUF overview

LocateAnything 3B GGUF for llama.cpp GGUF model files for running nvidia/LocateAnything 3B in llama.cpp's MTMD multimodal support. LocateAnything 3B is a groun…

ggufbase_model:nvidia/LocateAnything-3Bbase_model:quantized:nvidia/LocateAnything-3Bendpoints_compatibleregion:usconversational

Runs locally from ~572.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline

Repository Files & Downloads

5 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
locateanything-3b-Q4_K_M.ggufGGUFQ4_K_M1.96 GBDownload
locateanything-3b-bf16.ggufGGUFBF166.34 GBDownload
locateanything-3b-q8_0.ggufGGUFQ8_03.37 GBDownload
mmproj-locateanything-3b-bf16.ggufGGUFBF16832.2 MBDownload
mmproj-locateanything-3b-q8_0.ggufGGUFQ8_0572.2 MBDownload

Model Details

Model IDsabafallah/LocateAnything-3B-GGUF
Authorsabafallah
Pipeline
License
Base modelnvidia/LocateAnything-3B
Last modified2026-06-26T22:16:00.000Z

Model README

---

base_model:

  • nvidia/LocateAnything-3B

---

LocateAnything-3B GGUF (for llama.cpp)

GGUF model files for running nvidia/LocateAnything-3B in llama.cpp's MTMD (multimodal) support.

LocateAnything-3B is a grounding / open-vocabulary detection VLM: a MoonViT-SO-400M vision encoder

  • an Eagle-MLP connector + a Qwen2.5-3B text decoder. Given an image and a description it returns

bounding boxes as <ref>label</ref><box><x1><y1><x2><y2></box>, where each coordinate is a control

token <0>..<1000> (pixels = coord/1000 * image_dim).

llama.cpp support:

  • PR1 - converter + model support, next-token (slow) decode: #24749

A parallel box-decoding "fast mode" (--grounding-mode fast|hybrid) is in development on top of PR1.

These models are only compatible with the PR branch, not upstream llama.cpp master.

---

Download

huggingface-cli download sabafallah/LocateAnything-3B-GGUF --include "locateanything-3b-bf16.gguf" --local-dir gguf_models/locateanything
huggingface-cli download sabafallah/LocateAnything-3B-GGUF --include "mmproj-locateanything-3b-bf16.gguf" --local-dir gguf_models/locateanything

---

Run example

llama-mtmd-cli (the included dog.jpg is a sample input):

build/bin/llama-mtmd-cli \
  -m gguf_models/locateanything/locateanything-3b-bf16.gguf \
  --mmproj gguf_models/locateanything/mmproj-locateanything-3b-bf16.gguf \
  --image dog.jpg --chat-template chatml -ngl 99 --temp 0 -n 64 \
  -sys "You are a helpful assistant." \
  -p "<image 1><__media__>Locate all the instances that matches the following description: dog."

Output: <ref>dog</ref><box><131><54><795><986></box>.

Files

| file | |

|---|---|

| locateanything-3b-bf16.gguf | LM bf16 |

| locateanything-3b-q8_0.gguf | LM q8_0 |

| locateanything-3b-Q4_K_M.gguf | LM Q4_K_M |

| mmproj-locateanything-3b-bf16.gguf | mmproj bf16 |

| mmproj-locateanything-3b-q8_0.gguf | mmproj q8_0 |

Run sabafallah/LocateAnything-3B-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models