The llama.cpp project has released build b10285, which introduces support for multi-row batching in the mtmd module specifically for deepseek-ocr models. This update allows the system to weave deepseek-ocr rows in a single operation rather than processing them individually.
- mtmd now supports multi-row batching for deepseek-ocr.
- The implementation weaves deepseek-ocr rows in one shot instead of per row.
- Binaries are available for macOS (Apple Silicon and Intel), Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, CUDA 12/13, Vulkan, OpenCL, OpenVINO, SYCL, HIP), and openEuler.
This release provides updated binaries across multiple platforms and hardware accelerators for users requiring the new deepseek-ocr processing capabilities.