Views
No views yet
mikoy92/Unlimited-OCR-bf16-mlx, converted with mlx-vlm.affine4645.883mlx-vlm does not aggressively quantize every multimodal tensor; the effective bits-per-weight can be higher than exactly 4-bit.1pip install -U mlx-vlm
2
3mlx_vlm.generate \
4 --model mikoy92/Unlimited-OCR-4bit-mlx \
5 --image /path/to/image.png \
6 --prompt "Extract all readable text from this image." \
7 --max-tokens 512 \
8 --temperature 0mlx_vlm.generate and produced OCR text/table output on a document-image smoke test.