Views
No views yet
datalab-to/surya-ocr-2
(a Qwen3.5/Qwen3-Next OCR VLM), runnable on Apple Silicon via
mlx-vlm.mixed. See the project's bench/RESULTS.md for the precision
benchmark. The mixed variant keeps the vision tower, embeddings, lm_head and the
18 Gated-DeltaNet layers at bf16 and quantizes only the bulk linears — strictly
more precise than the existing 8-bit port.1from mlx_vlm import load, generate
2model, processor = load("aglaia-models/surya-ocr-2-mlx")mixed). No fine-tuning.datalab-to/surya-ocr-2, under the AI Pubs OpenRAIL-M License
(Modified). This derivative is released under the same license (share-alike); the
use-based restrictions carry over. Credit: Datalab (https://github.com/datalab-to/surya).