Model Intelligence Sheet
RockMan256/granite-docling-258M-GGUF overview
Granite Docling 258M GGUF GGUF conversion of RockMan256/granite docling 258M https://huggingface.co/RockMan256/granite docling 258M , a fine tuned version of i…
Runs locally from ~181.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | RockMan256/granite-docling-258M-GGUF |
|---|---|
| Author | RockMan256 |
| Pipeline | — |
| License | — |
| Base model | — |
| Last modified | 2026-07-11T02:57:09.000Z |
Model README
Granite Docling 258M GGUF
GGUF conversion of RockMan256/granite-docling-258M, a fine-tuned version of ibm-granite/granite-docling-258M.
Files
| File | Description |
|------|-------------|
| granite-docling-258M-bf16.gguf (317 MB) | LLM weights in BF16 |
| mmproj-model-f16.gguf (182 MB) | Vision projector (mmproj) in F16 |
Usage with llama.cpp
# Build llama.cpp (if not already built)
cd llama.cpp && make -j
# Run with multimodal (image + text) inference
./llama-mtmd-cli \
-m granite-docling-258M-bf16.gguf \
--mmproj mmproj-model-f16.gguf \
--chat-template chatml
Example prompts
# Describe an image
echo "Describe this image in detail." | ./llama-mtmd-cli \
-m granite-docling-258M-bf16.gguf \
--mmproj mmproj-model-f16.gguf \
-p /path/to/image.png
# Text-only inference (no vision)
echo "What is the capital of France?" | ./llama-mtmd-cli \
-m granite-docling-258M-bf16.gguf \
-p - --chat-template chatml
Conversion Details
- LLM: Converted from user's fine-tuned
RockMan256/granite-docling-258M(original weights, not remote) - mmproj: Converted from
ibm-granite/granite-docling-258M(vision encoder/connector unchanged from base) - Quantization: BF16 (LLM), F16 (mmproj)
License
Apache 2.0 (same as base model)
Run RockMan256/granite-docling-258M-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models