Views
No views yet
HunyuanOCR-Q8_0.gguf: Quantized LLM (The "Brain").HunyuanOCR-mmproj-f16.gguf: Multimodal projector (The "Eyes"). Note: Must be used together with the LLM.llama-cli, use the following command:1./llama-cli \
2 -m HunyuanOCR-Q8_0.gguf \
3 --mmproj HunyuanOCR-mmproj-f16.gguf \
4 --image your_receipt.jpg \
5 -p "<|hy_begin▁of▁sentence|>Please perform a full OCR on this image and extract all text.<|hy_User|>" \
6 -ngl 99 --temp 0 --repeat-penalty 1.1