GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

TraiNC/vlm_ocr_gguf_3e overview

TraiNC/vlm ocr gguf 3e GGUF Q8 0 quantized version of TraiNC/vlm ocr lora https://huggingface.co/TraiNC/vlm ocr lora . Files | File | Description | Size | | | …

ggufllama.cppqwen3_5base_model:unsloth/Qwen3.5-0.8Bbase_model:quantized:unsloth/Qwen3.5-0.8Blicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~195.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
Author

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
mmproj-f16.ggufGGUFF16195.5 MBDownload
model-q8_0.ggufGGUFQ8_0795.0 MBDownload
model.ggufGGUFGGUF1.45 GBDownload

Model Details

Model IDTraiNC/vlm_ocr_gguf_3e
AuthorTraiNC
Pipeline
Licenseapache-2.0
Base modelunsloth/Qwen3.5-0.8B
Last modified2026-07-08T10:33:44.000Z

Model README

---

license: apache-2.0

base_model: unsloth/Qwen3.5-0.8B

tags:

  • gguf
  • llama.cpp
  • qwen3_5

---

TraiNC/vlm_ocr_gguf_3e

GGUF Q8_0 quantized version of TraiNC/vlm_ocr_lora.

Files

| File | Description | Size |

|---|---|---|

| model.gguf | Text decoder (Q8_0) + vision encoder | ~795 MB |

| mmproj-f16.gguf | Vision projector, F16 | ~205 MB |

Run with images

llama-mtmd-cli -m model.gguf --mmproj mmproj-f16.gguf \\
  --image your_image.jpg -p "Describe this image"

| model-f16.gguf | Full precision reference (F16) | ~1.5 GB |

How to run

Text

llama-cli -m model.gguf -p "Hello" -n 256

Server (OpenAI-compatible API)

llama-server -m model.gguf --host 0.0.0.0 --port 8080

Notes

  • Q8_0 applied to weight tensors; embeddings and norms stay at higher precision.
  • Built with llama.cpp.

Run TraiNC/vlm_ocr_gguf_3e with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models