Llama.cpp's b10981 release focuses on enhancing OpenVINO support, optimizing stateful decode and GPU MoE inference. Key improvements include fixing stateful decode errors and refining sliding-window layer handling, which boosts model reliability and performance. The update also introduces features like GGML_OPENVINO_REQUANT_KQUANT for 4-bit requantization and better multi-head model support. These enhancements make llama.cpp more adaptable for developers using complex AI models across various hardware platforms.
Read originalThis release quietly extends llama.cpp's hardware support to the latest driver stacks, adding official binaries for ROCm 10.0 and CUDA 13 across Linux and Windows. For AMD users, this means native compatibility with newer GPU architectures without manual compilation tweaks, while NVIDIA users gain access to the latest CUDA runtime optimizations. The inclusion of WebGPU in CI signals ongoing work toward browser-based inference, though it remains a background effort for now. There are no new model formats or quantization methods here, just broader infrastructure coverage that keeps llama.cpp relevant as hardware evolves.
A critical precision bug in llama.cpp’s Apple Silicon backend has been patched, resolving total inference failures on models with high-activation ranges like Mistral Small 4. The issue stemmed from f16 saturation during matrix multiplication, which turned entire output tensors into NaN values for inputs exceeding ~32 tokens. By implementing an exact, power-of-two rescaling mechanism in the Metal kernel, the fix restores correctness without significant performance penalties. This ensures local inference on M-series chips remains viable for complex MoE architectures that previously crashed.
© TechCrunch AISalesforce's launch of Koa, a reasoning model developed with Nvidia's Nemotron, represents a pivotal moment for enterprise AI. Koa is specifically designed for sales and customer support tasks, offering an open-weight model that prioritizes privacy by not utilizing customer data. This approach contrasts with the broader, more theoretical models from frontier labs, focusing instead on practical applications that reduce costs and enhance efficiency. By integrating Koa into its Agentforce platform, Salesforce provides a tailored alternative to models like Claude and ChatGPT, emphasizing secure and efficient AI solutions for businesses.
Perplexity has integrated GPT-6 Astra into its operations, marking a significant shift in how AI can manage complex systems. By entrusting Astra with tasks like writing communications, altering software, and monitoring production systems, Perplexity demonstrates a high level of confidence in the model's capabilities. This move reduces the need for frequent human oversight, suggesting that Astra's reliability and efficiency surpass previous models. The adoption of GPT-6 Astra could signal a new era where AI takes on more autonomous roles in managing end-to-end systems.