The b9932 release of llama.cpp brings performance enhancements by disabling the FA mask_opt on GCN for Vulkan, aiming to improve efficiency. It also re-enables mask optimization for attention head sizes over 256. The update includes builds for macOS, Linux, Windows, and openEuler, supporting various technologies like Vulkan, ROCm, and CUDA. This release focuses on optimizing performance and expanding platform compatibility, although it does not introduce new models.
Read originalThe latest b9946 release of llama.cpp focuses on optimizing Hexagon operations, particularly unary operations, to improve performance and efficiency. By introducing tiling for wide rows and replacing divisions with fastdiv, the update aims to prevent VTCM overflow and streamline code execution. The release also includes tracing instrumentation and specialized thread functions to enhance code generation. While no new models are introduced, these technical improvements make llama.cpp more robust and efficient for developers working with Hexagon architectures.
The latest b9947 release of llama.cpp continues its trend of broadening platform compatibility, though without major new features. Notably, the release includes support for ROCm 7.2 on Ubuntu x64, which is significant for AMD GPU users seeking alternatives to NVIDIA's CUDA. While KleidiAI support for Apple Silicon remains disabled, the release still covers a wide array of systems, from Windows CUDA 13 to Ubuntu Vulkan. This update solidifies llama.cpp's role as a versatile inference runtime, though it doesn't introduce groundbreaking changes.
The latest b9948 release of llama.cpp focuses on optimizing memory usage in CUDA operations, specifically in the ggml_top_k() and ggml_argsort() functions. By processing data in smaller chunks, the update reduces the need for large temporary buffers, enhancing performance on CUDA-enabled systems. This release also includes minor code improvements like allocating temporary destinations only once and refining the use of ternary operators. While no new model architectures are introduced, these changes make llama.cpp more efficient for developers working with CUDA, particularly in memory-constrained environments.
© Lev SelectorTencent has released Hy3, an open-source mixture of experts (MoE) large language model.
© TechCrunch AIClem Delangue, CEO of Hugging Face, underscores the critical role of open source AI, comparing the platform to a GitHub for AI models and datasets. He observes that as companies expand, they often move from expensive proprietary APIs to more affordable open source options, which he believes is essential for democratizing AI technology. Delangue voices concerns about the risk of a few large companies dominating the AI landscape, advocating for openness and transparency, particularly in the field of robotics. This approach is reflected in Hugging Face's decision to focus on capital efficiency rather than traditional fundraising, even declining a significant investment offer from Nvidia to stay true to its open source principles.
© Hugging Face BlogNVIDIA's Nemotron initiative is making strides in AI development by leveraging open synthetic data to enhance agent behavior and reproducibility. By releasing over 10 trillion pre-training tokens and millions of post-training samples, NVIDIA aims to make AI agents more adaptable and inspectable. The Nemotron Post-Training v3 Prompt Atlas offers an interactive way to explore this data, helping developers understand and refine model behaviors. This approach not only preserves proprietary data but also fosters a collaborative AI ecosystem, allowing diverse contributors to improve AI systems without compromising sensitive information.