Buckets:
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| assets | 9 items | ||
| .gitattributes | 1.98 kB xet | b03b4662 | |
| LICENSE | 4.12 kB xet | 8bb11841 | |
| README.md | 2.23 kB xet | 4efb18a1 | |
| added_tokens.json | 19.8 kB xet | aa95104b | |
| chat_template.jinja | 991 Bytes xet | 3aff3444 | |
| chat_template.json | 1.03 kB xet | 51b340e3 | |
| config.json | 2.35 kB xet | 0e8e9a02 | |
| generation_config.json | 121 Bytes xet | 83a623d8 | |
| merges.txt | 1.67 MB xet | 87912eed | |
| model.safetensors | 4.14 GB xet | e4bbb782 | |
| model.safetensors.index.json | 103 kB xet | 98fa498f | |
| preprocessor_config.json | 480 Bytes xet | 07fd1b99 | |
| processor_config.json | 357 Bytes xet | 401bda2e | |
| special_tokens_map.json | 13.9 kB xet | 3b71e32c | |
| tokenizer_config.json | 195 kB xet | 9303dc41 | |
| vocab.json | 3.38 MB xet | ec43576e |
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-vlmcurrently lives in a pull request and is not yet in a releasedmlx-vlm. Until it merges, install from the branch that adds thelocateanythingmodel: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