Change8

Migrating to llama.cpp b10142

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

Released: 7/27/2026

1
Breaking Changes
1
Migration Steps
13
Affected Symbols

⚠️ Check Your Code

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

minimax_m3.cppclip.cppconstants.pyminimax.pygguf_writer.pygguf/gguf_writer.pygguf/tensor_mapping.pyconversion/minimax.pyllama-kv-cache.cppllama-kv-cache.hllama-model.hllama-hparams.hminimax-m3.cpp

Breaking Changes

Issue #1

GGUFs generated before this change will need to be regenerated due to changes in model architecture and conversion processes.

Migration Steps

  1. 1
    Regenerate GGUF models.

Release Summary

Introduced preliminary MiniMax-M3 support with vision capabilities, including significant optimizations for attention mechanisms and cache handling. This release also includes various bug fixes and improvements to model conversion and compatibility.

Need More Details?

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

View Full Changelog