How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="briliantnugraha/locateanything_gguf")
messages = [
    {
        "role": "user",
        "content": [
            {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"},
            {"type": "text", "text": "What animal is on the candy?"}
        ]
    },
]
pipe(text=messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("briliantnugraha/locateanything_gguf", device_map="auto")
Quick Links

LocateAnything with Llama.cpp

To run, simply run docker compose -f docker-compose.locateanything.yaml up -d

Downloads last month
178
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for briliantnugraha/locateanything_gguf

Base model

Qwen/Qwen2.5-3B
Quantized
(267)
this model