padeoe/granite-docling-258M-GGUF
044
Granite-Docling-258M-GGUF
GGUF format of ibm-granite/granite-docling-258M, a multimodal document OCR model that converts document images to Docling format.
Converted with llama.cpp.
Files
Usage
CLI
llama-mtmd-cli \
--model granite-docling-258M-q8_0.gguf \
--mmproj mmproj-granite-docling-258M-f16.gguf \
--image document.png \
--n-predict 4096 --ctx-size 8192 --temp 0.0 \
-p "Convert this page to docling."Server (OpenAI-compatible API)
llama-server \
-m granite-docling-258M-q8_0.gguf \
--mmproj mmproj-granite-docling-258M-f16.gguf \
--ctx-size 8192 --special --jinja \
--host 0.0.0.0 --port 8080Benchmark (CPU only, Q8_0)
For this small model, 1 thread per instance with max instances = core count gives best throughput.
