Migrating to llama.cpp b8555
Version b8555 introduces 1 breaking change. This guide details how to update your code.
Released: 3/27/2026
1
Breaking Changes
1
Migration Steps
4
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
serververbose_promptset_examplesset_excludesBreaking Changes
●Issue #1
The `verbose_prompt` parameter has been removed from the server component. Users relying on this parameter for verbose output must find alternative logging/debugging methods.
Migration Steps
- 1If you were using the `--verbose-prompt` parameter for llama-server, remove it from your command line arguments.
Release Summary
This release focuses on cleaning up server configuration by removing the `verbose_prompt` parameter and reverting a related change, alongside providing numerous updated pre-built binaries for diverse hardware and operating systems.
Need More Details?
View the full release notes and all changes for llama.cpp b8555.
View Full Changelog