The llama.cpp project released build b10763, which changes the default behavior of the `preserve_reasoning` chat template keyword argument. The server now logs the effective state of this kwarg and issues a warning when it is enabled by default on templates that support it.

  • The `--chat-template-kwargs` method for setting this option is deprecated in favor of explicit flags like `--reasoning-preserve` or `--no-reasoning-preserve`.
  • Pre-built binaries are available for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm 7.14, OpenVINO, SYCL), Android, Windows (CPU, CUDA 12/13, Vulkan, OpenVINO, SYCL, ROCm 7.14), and openEuler.
  • The release includes UI binaries for all supported platforms.