How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf forkjoin-ai/unlimited-ocr-gguf:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf forkjoin-ai/unlimited-ocr-gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf forkjoin-ai/unlimited-ocr-gguf:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf forkjoin-ai/unlimited-ocr-gguf:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf forkjoin-ai/unlimited-ocr-gguf:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf forkjoin-ai/unlimited-ocr-gguf:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf forkjoin-ai/unlimited-ocr-gguf:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf forkjoin-ai/unlimited-ocr-gguf:Q4_K_M
Use Docker
docker model run hf.co/forkjoin-ai/unlimited-ocr-gguf:Q4_K_M
Quick Links

Unlimited OCR GGUF

Unlimited OCR GGUF is the Edgework/Aether card for the upstream sahilchachra/Unlimited-OCR-GGUF document OCR release. It is admitted as an OCR lane, not a general chat model: requests must provide a page image plus the DeepSeek-OCR chat template prompt.

Artifacts

Artifact Role
Unlimited-OCR-Q4_K_M.gguf decoder GGUF
mmproj-Unlimited-OCR-F16.gguf multimodal projector

The Edgework qspec pins both files because the projector is required for image tokens. The default qspec prompt is:

<|grounding|>Convert the document to markdown.

llama.cpp

hf download sahilchachra/Unlimited-OCR-GGUF Unlimited-OCR-Q4_K_M.gguf mmproj-Unlimited-OCR-F16.gguf --local-dir ./uocr
llama-mtmd-cli \
  -m ./uocr/Unlimited-OCR-Q4_K_M.gguf \
  --mmproj ./uocr/mmproj-Unlimited-OCR-F16.gguf \
  --chat-template deepseek-ocr \
  --image ./page.png \
  --temp 0 \
  -n 512 \
  -p "<|grounding|>Convert the document to markdown." \
  --ignore-eos

Edgework Admission

This card is tied to open-source/gnosis/monster-swarm/qspecs/unlimited-ocr.qspec.json. The qspec renders a known PDF page to PNG, runs the GGUF + projector through llama-mtmd-cli, and gates on visible OCR text from the page. That proof is separate from chat-completion admission; unlimited-ocr remains outside the generic chat model list.

Cloudflare Mesh

The Cloudflare Worker mesh uses distributed-unlimited-ocr-coordinator as the coordinator service and two layer-node services. Worker config carries:

  • MODEL_REPO_ID=sahilchachra/Unlimited-OCR-GGUF
  • MODEL_GGUF=Unlimited-OCR-Q4_K_M.gguf
  • MMPROJ_GGUF=mmproj-Unlimited-OCR-F16.gguf
  • OCR_CHAT_TEMPLATE=deepseek-ocr

No Workers AI binding, external paid AI API, or always-on Cloud Run setting is part of this lane.

Downloads last month
32
GGUF
Model size
3B params
Architecture
deepseek2-ocr
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for forkjoin-ai/unlimited-ocr-gguf

Quantized
(1)
this model