The llama.cpp project released build b10085, which includes a fix for the Qwen3-VL vision model's position embedding interpolation to resolve grounding coordinate mismatches.
- The change switches the interpolation method from the default bilinear+antialias (align_corners=False) to align_corners=True, matching the transformers reference implementation.
- This corrects scaling issues in grounding coordinates that previously grew with image size and varied per-axis for non-square images.
- Binaries are available for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, CUDA 12/13, Vulkan, OpenCL, OpenVINO, SYCL, HIP), and openEuler.