b9701
Breaking Changes📦 llama-cppView on GitHub →
⚠ 1 breaking✨ 2 features🔧 4 symbols
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.
⚠️ Breaking Changes
- The call signature for the preprocess() function has changed, requiring updates to any code relying on its previous signature.
Migration Steps
- Update calls to preprocess() to match the new signature.
✨ New Features
- Added support for mtmd_image_preproc_out in the mtmd preprocessor.
- Added development documentation.