Skip to content

Commit 73abf05

Browse files
feat(gallery): add LightOnOCR 2 1B variants
Add the compact LightOnOCR model to the OCR section with Q8_0 and F16 builds. Each build uses its matching vision projector. Assisted-by: Codex:gpt-5
1 parent 9fd7ea7 commit 73abf05

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12411,6 +12411,76 @@
1241112411
- filename: mmproj-Qwen3-Omni-30B-A3B-Thinking-Q8_0.gguf
1241212412
sha256: 2bd5459571f8230a0c251d3d0dd36267753f0800ed145449a34f220a31f93898
1241312413
uri: huggingface://ggml-org/Qwen3-Omni-30B-A3B-Thinking-GGUF/mmproj-Qwen3-Omni-30B-A3B-Thinking-Q8_0.gguf
12414+
- &lightonocr-2-1b
12415+
name: "lightonocr-2-1b"
12416+
variants:
12417+
- model: lightonocr-2-1b-f16
12418+
url: github:mudler/LocalAI/gallery/virtual.yaml@master
12419+
urls:
12420+
- https://huggingface.co/lightonai/LightOnOCR-2-1B
12421+
- https://huggingface.co/ggml-org/LightOnOCR-2-1B-GGUF
12422+
description: |
12423+
LightOnOCR-2-1B is a compact Apache-2.0 vision-language model for optical
12424+
character recognition and document understanding. It extracts text,
12425+
tables, forms, and structured content from images and PDFs in multiple
12426+
languages. This default entry uses the Q8_0 model and vision projector.
12427+
license: apache-2.0
12428+
icon: https://huggingface.co/lightonai.png
12429+
tags:
12430+
- llm
12431+
- gguf
12432+
- gpu
12433+
- image-to-text
12434+
- ocr
12435+
- multimodal
12436+
- cpu
12437+
- mistral
12438+
last_checked: "2026-08-13"
12439+
overrides:
12440+
backend: llama-cpp
12441+
known_usecases:
12442+
- chat
12443+
- vision
12444+
mmproj: mmproj-LightOnOCR-2-1B-Q8_0.gguf
12445+
options:
12446+
- use_jinja:true
12447+
parameters:
12448+
model: LightOnOCR-2-1B-Q8_0.gguf
12449+
template:
12450+
use_tokenizer_template: true
12451+
files:
12452+
- filename: LightOnOCR-2-1B-Q8_0.gguf
12453+
sha256: f4cfc0ea9765a4cac22a235191c48aefa94df223419f5ab658b6201f36206d58
12454+
uri: huggingface://ggml-org/LightOnOCR-2-1B-GGUF/LightOnOCR-2-1B-Q8_0.gguf
12455+
- filename: mmproj-LightOnOCR-2-1B-Q8_0.gguf
12456+
sha256: e9b45eb85b0f0afb3cc138236eec7adb75879420130e5e2049ee9af3f24e337f
12457+
uri: huggingface://ggml-org/LightOnOCR-2-1B-GGUF/mmproj-LightOnOCR-2-1B-Q8_0.gguf
12458+
- !!merge <<: *lightonocr-2-1b
12459+
name: "lightonocr-2-1b-f16"
12460+
variants: []
12461+
description: |
12462+
LightOnOCR-2-1B F16 is the full-precision GGUF build for optical character
12463+
recognition and multilingual document understanding. It pairs the F16
12464+
language model with the matching F16 vision projector.
12465+
overrides:
12466+
backend: llama-cpp
12467+
known_usecases:
12468+
- chat
12469+
- vision
12470+
mmproj: mmproj-LightOnOCR-2-1B-f16.gguf
12471+
options:
12472+
- use_jinja:true
12473+
parameters:
12474+
model: LightOnOCR-2-1B-f16.gguf
12475+
template:
12476+
use_tokenizer_template: true
12477+
files:
12478+
- filename: LightOnOCR-2-1B-f16.gguf
12479+
sha256: 83f5b7a24410de69390119dd18e7866ecd0687564423846fc344ed3a46647a0b
12480+
uri: huggingface://ggml-org/LightOnOCR-2-1B-GGUF/LightOnOCR-2-1B-f16.gguf
12481+
- filename: mmproj-LightOnOCR-2-1B-f16.gguf
12482+
sha256: 1c4a3a27f7c5aa90b455ed5ec6dc79c9b9746739a8d840022790414376738130
12483+
uri: huggingface://ggml-org/LightOnOCR-2-1B-GGUF/mmproj-LightOnOCR-2-1B-f16.gguf
1241412484
- name: glm-ocr
1241512485
url: github:mudler/LocalAI/gallery/virtual.yaml@master
1241612486
urls:

0 commit comments

Comments
 (0)