Change8

b9701

Breaking Changes
📦 llama-cppView on GitHub →
1 breaking2 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

  1. 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.

Affected Symbols