
Hugging Face has introduced @huggingface/kernels, a new library featuring over 200 WebGPU kernels designed for local AI processing. These kernels are optimized for various machine learning tasks and are available as versioned packages on the Hugging Face Hub. The release also includes Fleet, a browser-based tool for benchmarking and testing these kernels on different hardware. This development aims to enhance the performance of AI models running in browsers by providing a robust foundation of optimized operations.
Read originalThe b10739 release of llama.cpp brings targeted performance improvements for Apple's M2 Max, with fa-vec tuning specifically designed for its 30 GPU cores. This update aims to boost efficiency in AI processing tasks, making the most of Apple's latest hardware capabilities. While the KleidiAI feature for Apple Silicon remains disabled, the release continues to support a wide array of systems, including macOS, Linux, and Windows. The inclusion of ROCm 7.14 and CUDA 12 and 13 DLLs further extends its reach. This update marks a significant enhancement in llama.cpp's ability to adapt to different hardware environments, offering developers improved performance and flexibility.
The b10741 release of llama.cpp brings a key improvement in the model loading process by adjusting the order of parameter loading, specifically loading hparams.n_layer_nextn before n_layer() calls. This change aims to streamline initialization and eliminate redundant operations, enhancing efficiency. While no new model architectures are introduced, the update supports a wide range of hardware configurations, including macOS, Linux, and Windows systems. With support for ROCm 7.14 and CUDA 13, developers can expect a more robust runtime environment. This release continues llama.cpp's focus on refining its operations, making it a more efficient tool for developers working with diverse hardware setups.