Views
No views yet
master.master directly:preproc_max_tiles = 32, matching
the reference implementation. Unlimited-OCR shares DeepSeek-OCR v1's projector type, so without
#25614 llama.cpp ignores the key and falls back to v1's cap of 9 - tall or dense pages are then
split into a coarser tile grid than the reference. Older mmproj files keep working either way.1huggingface-cli download sabafallah/Unlimited-OCR-GGUF --include "unlimited-ocr-bf16.gguf" --local-dir gguf_models/baidu
2huggingface-cli download sabafallah/Unlimited-OCR-GGUF --include "mmproj-unlimited-ocr-bf16.gguf" --local-dir gguf_models/baidullama-mtmd-cli:1build/bin/llama-mtmd-cli \
2 -m gguf_models/baidu/unlimited-ocr-bf16.gguf \
3 --mmproj gguf_models/baidu/mmproj-unlimited-ocr-bf16.gguf \
4 --image tools/mtmd/test-1.jpeg -p "document parsing." \
5 --chat-template deepseek-ocr --no-jinja \
6 --temp 0 --flash-attn off --no-warmup \
7 -n 4096 -c 16384 \
8 --dry-multiplier 0.8 --dry-base 1.75 --dry-allowed-length 35 \
9 --dry-penalty-last-n 128 --dry-sequence-breaker noneno_repeat_ngram_size=35 / ngram_window=128. Keep the allowed length high:
aggressive DRY settings garble the model's HTML table output.| file | |
|---|---|
| unlimited-ocr-bf16.gguf | LM bf16 |
| unlimited-ocr-q8_0.gguf | LM q8_0 |
| unlimited-ocr-Q4_K_M.gguf | LM Q4_K_M |
| mmproj-unlimited-ocr-bf16.gguf | mmproj bf16 |
| mmproj-unlimited-ocr-q8_0.gguf | mmproj q8_0 |