4.28 GB
25 files
Updated 3 months ago
Name
Size
assets
.gitattributes1.98 kB
xet
LICENSE4.12 kB
xet
README.md2.23 kB
xet
added_tokens.json19.8 kB
xet
chat_template.jinja991 Bytes
xet
chat_template.json1.03 kB
xet
config.json2.35 kB
xet
generation_config.json121 Bytes
xet
merges.txt1.67 MB
xet
model.safetensors4.14 GB
xet
model.safetensors.index.json103 kB
xet
preprocessor_config.json480 Bytes
xet
processor_config.json357 Bytes
xet
special_tokens_map.json13.9 kB
xet
tokenizer_config.json195 kB
xet
vocab.json3.38 MB
xet
README.md

mlx-community/LocateAnything-3B-8bit

MLX 8-bit (~9.4 bits/weight) conversion of nvidia/LocateAnything-3B, a vision-language model for fast, high-quality visual grounding (object detection, referring-expression grounding, pointing, GUI/text localization). Converted with mlx-vlm for Apple Silicon.

Grounding output is byte-identical to the bf16 model in our tests.

Requirements

Note: LocateAnything support in mlx-vlm currently lives in a pull request and is not yet in a released mlx-vlm. Until it merges, install from the branch that adds the locateanything model:

pip install "git+https://github.com/beshkenadze/mlx-vlm@feat/locateanything-3b"

Usage

python -m mlx_vlm.generate --model mlx-community/LocateAnything-3B-8bit \
  --image http://images.cocodataset.org/val2017/000000039769.jpg \
  --prompt "Detect all objects in the image." --max-tokens 128 --temperature 0.0

Output is structured coordinate tokens, e.g. <ref>remote</ref><box><64><152><273><244></box> with coordinates quantized to <0>..<1000> (normalized). Decoding modes: autoregressive (slow, default) and Parallel Box Decoding (fast/hybrid, ~2x faster) via generation_mode.

Attribution & license

  • Derived from nvidia/LocateAnything-3B — released under the NVIDIA License: non-commercial, research/academic use only (commercial use not permitted except by NVIDIA). Redistribution must retain this license and attribution.
  • Vision encoder: MoonViT-SO-400M (MIT). Language model: Qwen2.5-3B-Instruct (Qwen Research License). Part of the Eagle VLM family.

The LICENSE file from the source model is included in this repo.

Total size
4.28 GB
Files
25
Last updated
Jun 8
Pre-warmed CDN
US EU US EU

Contributors