Change8

Migrating to llama.cpp b8847

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

Released: 4/19/2026

1
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

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

mtmd_image_tokens_get_decoder_pos

Breaking Changes

Issue #1

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

  1. 1
    Update calls to mtmd_image_tokens_get_decoder_pos to include the new 'pos_0' argument.

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

Need More Details?

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

View Full Changelog