Views
No views yet
| file | size | what it is |
|---|---|---|
PaddleOCR-VL-manga-Q4_K_M.gguf | 286 MB | decoder |
mmproj-Q8_0.gguf | 570 MB | vision projector |
1llama-mtmd-cli -m PaddleOCR-VL-manga-Q4_K_M.gguf --mmproj mmproj-Q8_0.gguf \
2 --image crop.png -p "OCR:" --jinja --temp 0OCR: — these weights are trained on it. The model expects a
crop of a single text region, not a whole page.convert_hf_to_gguf.py (llama.cpp b10150) to F16, then quantized
with llama-quantize to Q4_K_M. The vision projector is Q8_0.SiglipVisionModel; the converter's mmproj
path expects PaddleOCRVisionModel, so that field was renamed before converting.
No weights were altered.