The llama.cpp project released build b10105, which introduces a significant refactor of the command-line interface by consolidating separate memory management flags into a unified `load-mode` argument.
- Overhauls mmap, mlock, and direct I/O settings into a single argument to simplify configuration.
- Fixes bugs where variable behavior was incorrect and mlock was not activating as expected.
- Updates llama-bench to sync argument parsing and correct column sizing issues.
- Adds deprecation warnings when old and new flags are combined to guide users during the transition.
- Includes general code cleanup, documentation updates via llama-gen-docs, and fixes for deprecated flag support.
This release helps users by streamlining memory configuration options and ensuring that critical features like mlock function correctly across supported platforms.