Change8

Migrating to llama.cpp b9701

Version b9701 introduces 1 breaking change. This guide details how to update your code.

Released: 6/18/2026

1
Breaking Changes
1
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

preprocess()mtmd_image_preproc_outclip APIclip_image_f32_batch::grid

Breaking Changes

Issue #1

The call signature for the preprocess() function has changed, requiring updates to any code relying on its previous signature.

Migration Steps

  1. 1
    Update calls to preprocess() to match the new signature.

Release Summary

This release refactors the mtmd preprocessor, introducing mtmd_image_preproc_out, and removes unused CLIP API components. Binary releases for various platforms are updated.

Need More Details?

View the full release notes and all changes for llama.cpp b9701.

View Full Changelog