ApyHTML19/Granite-Vision-3.3-2B-Q_M_GGUF-F16 overview
Granite Vision 3.3 2B Q M GGUF F16 GGUF export of Granite Vision 3.3 2B for local multimodal inference with llama.cpp . This repository provides a quantized GG…
Runs locally from ~851.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | ApyHTML19/Granite-Vision-3.3-2B-Q_M_GGUF-F16 |
|---|---|
| Author | ApyHTML19 |
| Pipeline | image-text-to-text |
| License | apache-2.0 |
| Base model | ibm-granite/granite-vision-3.3-2b |
| Last modified | 2026-07-06T00:19:01.000Z |
Model README
---
license: apache-2.0
language:
- en
pipeline_tag: image-text-to-text
library_name: gguf
tags:
- granite
- granite-vision
- multimodal
- vision-language-model
- gguf
- llama.cpp
- local-inference
- quantized
base_model:
- ibm-granite/granite-vision-3.3-2b
---
Granite-Vision-3.3-2B-Q_M_GGUF-F16
GGUF export of Granite Vision 3.3 2B for local multimodal inference with llama.cpp.
This repository provides a quantized GGUF version of Granite Vision together with the multimodal projector required for image understanding.
Files
This repository contains the following files:
granite-vision-3.3-2b-Q5_K_M.gguf— main quantized Granite Vision modelmmproj-model-f16.gguf— multimodal projector file required for image input support
Description
Granite Vision 3.3 2B is a vision-language model (VLM) that can process:
- text prompts
- image + text prompts
- image description / captioning
- basic visual question answering (VQA)
- OCR-like reasoning depending on the image and prompt quality
This GGUF version is intended to be used locally with llama.cpp and llama-server.
Requirements
- Windows / Linux / macOS
- a recent llama.cpp build with multimodal support
llama-serverorllama-cli- the two files in this repository:
- granite-vision-3.3-2b-Q5_K_M.gguf
- mmproj-model-f16.gguf
Example with llama-server
Example command:
llama-server \
-m granite-vision-3.3-2b-Q5_K_M.gguf \
--mmproj mmproj-model-f16.gguf \
--host 127.0.0.1 \
--port 8080 \
--threads 12 \
-c 4096Run ApyHTML19/Granite-Vision-3.3-2B-Q_M_GGUF-F16 with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models