LibreYOLO Models
Collection
All LibreYOLO pretrained model weights • 167 items • Updated • 2
Moondream 2 (2025-06-21) weights mirrored for LibreYOLO's LibreVLM tier.
Mirrored from vikhyatk/moondream2
at commit 9a7d4024050840e001defacec2b00727e89149e6.
Copyright (c) vikhyatk / M87 Labs. Licensed under the Apache License 2.0.
No learned parameters were changed. This repository preserves the Hugging Face snapshot files needed by LibreYOLO's VLM wrapper and replaces the model card with LibreYOLO-specific loading notes.
from libreyolo import LibreVLM
model = LibreVLM("moondream")
model.set_classes(["person", "helmet"])
results = model.predict("image.jpg")
Base model
vikhyatk/moondream2