The llama.cpp project released build b11078, which introduces environment variable support for configuring key generation parameters in the `llama-server` component. This update allows users to set temperature, top-p, min-p, and various penalties via `LLAMA_ARG_*` variables.
- Enables full control of `llama-server` through an EnvironmentFile, such as systemd on Debian.
- Includes regenerated readme files using `llama-gen-docs`.
- Provides binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, CUDA 12/13, ROCm, OpenVINO, SYCL), Android, Windows, and openEuler.
This change facilitates easier integration of llama.cpp into managed service environments by allowing configuration via standard system environment files.