| ---
|
| license: other
|
| license_name: business-source-license-1.1
|
| license_link: https://huggingface.co/moondream/moondream3-preview/blob/main/LICENSE.md
|
| library_name: libreyolo
|
| base_model: moondream/moondream3-preview
|
| tags:
|
| - object-detection
|
| - image-text-to-text
|
| - libreyolo
|
| - vlm
|
| ---
|
|
|
| # LibreMoondream3
|
|
|
| Moondream 3 Preview weights mirrored for LibreYOLO's LibreVLM tier.
|
|
|
| > ## Custom-license weights (BSL 1.1)
|
| >
|
| > These weights are **not** covered by LibreYOLO's MIT license. They are
|
| > Moondream 3 (Preview) from M87 Labs, licensed under the
|
| > [Business Source License 1.1](https://huggingface.co/moondream/moondream3-preview/blob/main/LICENSE.md)
|
| > with an Additional Use Grant. Redistribution is allowed. Production use
|
| > is allowed except offering the model to third parties as a paid hosted
|
| > or embedded service that competes with M87 Labs's paid versions.
|
| > That restriction binds you, the downloader. The LibreYOLO **code** stays
|
| > MIT. See [`LICENSE`](./LICENSE).
|
|
|
| ## Source
|
|
|
| Mirrored from [moondream/moondream3-preview](https://huggingface.co/moondream/moondream3-preview)
|
| at commit `5112966d1a723413b1c9a1e8bea272b72e647b35`.
|
| Copyright (c) M87 Labs, Inc.. Licensed under BSL 1.1.
|
|
|
| ## Modifications
|
|
|
| No learned parameters were changed. This repository preserves the Hugging Face
|
| snapshot files needed by LibreYOLO's VLM wrapper, ships the upstream license
|
| verbatim, and replaces the model card with LibreYOLO-specific loading notes.
|
|
|
| ## Usage
|
|
|
| ```python
|
| from libreyolo import LibreVLM
|
|
|
| model = LibreVLM("moondream-3")
|
| model.set_classes(["person", "helmet"])
|
| results = model.predict("image.jpg")
|
| ```
|
|
|
| Official runtime notes ask for about 24 GB of GPU memory.
|
|
|
| ## License
|
|
|
| Business Source License 1.1 with Additional Use Grant. See [`LICENSE`](./LICENSE)
|
| and [`NOTICE`](./NOTICE). Change License is Apache-2.0 two years after first
|
| public release of this version.
|
|
|