Change8

Migrating to llama.cpp b10105

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

Released: 7/24/2026

1
Breaking Changes
1
Migration Steps
6
Affected Symbols

⚠️ Check Your Code

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

mlockmmapdirectioload-modellama_load_mode_from_strllama-bench

Breaking Changes

Issue #1

The `mlock`/`mmap`/`directio` arguments have been refactored into a single `load-mode` argument. This change consolidates argument parsing and may require users to update how they specify these loading behaviors.

Migration Steps

  1. 1
    Update argument parsing to use the new `load-mode` argument instead of separate `mlock`, `mmap`, or `directio` flags.

Release Summary

This release refactors argument parsing for loading modes and includes various bug fixes and documentation updates. The `mlock`/`mmap`/`directio` arguments are now consolidated into a single `load-mode` argument.

Need More Details?

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

View Full Changelog