The llama.cpp project released build b11074, which includes a fix for JSON enum handling. The update adds common_json_value support for enum values and simplifies the code by delegating the enum constructor to the underlying type's constructor.
This release provides binaries for macOS (Apple Silicon and Intel), iOS, Linux (Ubuntu with CPU, Vulkan, CUDA, ROCm, OpenVINO, SYCL), Windows (CPU, OpenCL, CUDA, Vulkan, OpenVINO, SYCL, ROCm), Android, and openEuler architectures.
The update is available for download across supported platforms to ensure correct JSON parsing behavior.