The latest b10952 release of llama.cpp expands its platform support, offering compatibility with various systems such as macOS, Linux, Windows, and openEuler. This update includes Vulkan and ROCm 10.0 support on Ubuntu, and CUDA 12 and 13 on Windows, catering to developers using different hardware setups. Although KleidiAI support on macOS Apple Silicon is disabled, the release enhances llama.cpp's versatility for AI inference. This update focuses on broadening hardware compatibility rather than introducing new models.
Read originalThe latest release of llama.cpp, b10955, tackles a critical issue of heap corruption by disabling the ggml-cpu precompiled header and fixing CACHE_LINE_SIZE ambiguity. This update ensures consistent CACHE_LINE_SIZE values across C++ kernels and C work-buffer sizing code, preventing heap-buffer-overflow and subsequent crashes. By restoring the natural include order and removing the std::hardware_destructive_interference_size branch, the update makes the value deterministic and include-order independent. This release is a technical fix that stabilizes the runtime environment for developers using llama.cpp.
The latest llama.cpp release, b10956, introduces significant improvements to the SYCL backend, particularly for handling large k values in TOP_K operations. By implementing a radix select method, the update allows for efficient GPU-resident processing, avoiding previous limitations that forced operations to fall back to the CPU. This change enhances performance, especially in scenarios requiring large k values, such as qwen4exp's sparse-attention indexer. The update ensures that operations are more efficient and scalable, providing a notable boost in processing speed without regressing any measured shapes.
The b10964 release of llama.cpp marks a significant expansion in platform support, particularly for Windows and Ubuntu users. With the addition of CUDA 13.4 DLLs for Windows arm64 and Vulkan support for Ubuntu, this update broadens the accessibility of llama.cpp across diverse hardware configurations. Notably, the inclusion of ROCm 10.0 for both Windows and Ubuntu x64 platforms enhances the performance capabilities for AMD GPU users. This release doesn't introduce new models but focuses on making llama.cpp a more versatile and inclusive tool for developers across different systems.
© Together AI BlogThe open source AI stack is becoming increasingly attractive to developers and organizations seeking more control and cost efficiency compared to closed-source models. This stack, known as the MIGHT Stack, consists of independent layers including models, inference, gateways, harnesses, and tools, allowing for flexible and customizable development workflows. Large models like Kimi K3 offer robust capabilities for complex tasks, while smaller models like GLM 5.3 Flash provide cost-effective solutions for well-defined tasks. This modular approach enables developers to experiment with new models quickly, adapting to the fast-paced evolution of AI technology.
© Cole MedinCole Medin is pioneering a new approach to AI-driven software development with his AI Software Factory. This open-source project automates the entire coding process from a product requirements document to shipped code, without human intervention in the coding phase. Medin's experiment has already produced Dynachat, an AI tutor, demonstrating the potential of this method. Now, he's inviting developers to explore and contribute to the early alpha version, aiming to make this transformative tool accessible to all. This could redefine how software is developed, offering a glimpse into a future where AI handles the heavy lifting of coding.
© Lev SelectorDeepSeek Harness has rapidly gained popularity, reaching nearly 200,000 stars on GitHub within a week of its release.