Llama.cpp has released a new update, b10969, which includes the addition of Ubuntu-CUDA build jobs for versions 12.8 and 13.3 on x64 and arm64 architectures. This update also incorporates GCC 14 for CUDA arm64 builds, enhancing compatibility and performance for developers using these systems. The update addresses infrastructure improvements such as shipping dependent libraries on Ubuntu and managing NCCL licensing. These changes aim to streamline the development process for those utilizing CUDA on Ubuntu, making llama.cpp a more versatile tool.
Read originalThe b10952 release of llama.cpp continues its trend of broadening platform compatibility, now supporting a wide array of systems including macOS, Linux, Windows, and openEuler. Notably, this update includes support for Vulkan and ROCm 10.0 on Ubuntu, as well as CUDA 12 and 13 on Windows, enhancing its utility for developers working across diverse hardware configurations. While KleidiAI support on macOS Apple Silicon is disabled, the release still marks a significant step in making llama.cpp a versatile tool for AI inference across different environments. This update doesn't introduce new models but solidifies llama.cpp's position as a flexible runtime option for developers beyond the NVIDIA ecosystem.
The 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.
© 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.