Skip to content

Commit 733b646

Browse files
committed
feat(gallery): add locate-anything-3b model to the gallery index
Assisted-by: Claude:claude-opus-4-8 [Claude Code]
1 parent 5a0f0bb commit 733b646

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6685,6 +6685,37 @@
66856685
- filename: rfdetr-nano-q8_0.gguf
66866686
uri: huggingface://mudler/rfdetr-cpp-nano/rfdetr-nano-q8_0.gguf
66876687
sha256: 940084c60a780f1a19a51458ae3a601454b3b843675fa0713ff43ae5bccc0d9b
6688+
- name: locate-anything-3b
6689+
url: github:mudler/LocalAI/gallery/virtual.yaml@master
6690+
urls:
6691+
- https://github.com/mudler/locate-anything.cpp
6692+
- https://huggingface.co/nvidia/LocateAnything-3B
6693+
- https://huggingface.co/mudler/locate-anything.cpp-gguf
6694+
description: |
6695+
NVIDIA LocateAnything-3B open-vocabulary object detection (visual grounding), served via the native
6696+
locate-anything.cpp backend (C++/ggml + purego, no Python). Describe what to find in a text prompt and
6697+
get labeled boxes back; separate multiple categories with </c>. Q8_0 is the recommended default:
6698+
box-identical to F16/F32, ~6.3GB, fastest CPU latency. Drop-in for the /v1/detection endpoint (pass the
6699+
prompt).
6700+
license: other
6701+
icon: https://avatars.githubusercontent.com/u/53104118?s=200&v=4
6702+
tags:
6703+
- object-detection
6704+
- open-vocabulary
6705+
- locate-anything
6706+
- native
6707+
- cpp
6708+
- cpu
6709+
overrides:
6710+
backend: locate-anything-cpp
6711+
known_usecases:
6712+
- detection
6713+
parameters:
6714+
model: locate-anything-q8_0.gguf
6715+
files:
6716+
- filename: locate-anything-q8_0.gguf
6717+
uri: huggingface://mudler/locate-anything.cpp-gguf/locate-anything-q8_0.gguf
6718+
sha256: 0909d8a1aba584b482d501baae032611d1559878be1b7f6606ba516687c5380d
66886719
- name: rfdetr-cpp-base
66896720
url: github:mudler/LocalAI/gallery/virtual.yaml@master
66906721
urls:

0 commit comments

Comments
 (0)