Migrating to llama.cpp b9703
Version b9703 introduces 2 breaking changes. This guide details how to update your code.
Released: 6/18/2026
2
Breaking Changes
2
Migration Steps
2
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
preset.iniget_remote_preset_whitelist()Breaking Changes
●Issue #1
Support for the `preset.ini` configuration file has been removed.
●Issue #2
The remote preset functionality, which relied on HF presets, has been temporarily removed.
Migration Steps
- 1If you relied on `preset.ini`, you must update your configuration method.
- 2If you relied on the HF remote preset functionality, note that it has been temporarily disabled.
Release Summary
The server component underwent a rework focusing on presets, leading to the temporary removal of HF remote presets and the complete removal of support for `preset.ini`. New documentation has been added.
Need More Details?
View the full release notes and all changes for llama.cpp b9703.
View Full Changelog