b8847
Breaking Changes📦 llama-cppView on GitHub →
⚠ 1 breaking🐛 1 fixes🔧 1 symbols
Summary
This release introduces a breaking change in the 'mtmd' module by modifying 'mtmd_image_tokens_get_decoder_pos' and includes a fix for the build process. Numerous pre-compiled binaries for various platforms are provided.
⚠️ Breaking Changes
- The function mtmd_image_tokens_get_decoder_pos now includes an additional argument, pos_0, which breaks compatibility with previous calls to this function.
Migration Steps
- Update calls to mtmd_image_tokens_get_decoder_pos to include the new 'pos_0' argument.
🐛 Bug Fixes
- Fixed an issue related to the build process.