The llama.cpp project has released version b11020, which includes a functional update to the chat parsing logic. The primary change is the addition of message delimiters specifically for the DeepSeek V3.2 and V4 model parsers.

  • Added message delimiters to the DeepSeek V3.2/V4 parser in pull #29008.
  • Released binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, CUDA, ROCm, OpenVINO, SYCL), Windows (CPU, OpenCL, CUDA, Vulkan, OpenVINO, SYCL, ROCm), Android, and openEuler.

This update ensures correct parsing of conversation structures for DeepSeek models within the llama.cpp framework.