llama.cpp

imagem 5

llama.cpp Update: Upcoming Server Port Change and New Builds (b10240)

Notice: Upcoming Default Server Port Change The latest llama.cpp release (build b10240) introduces a notice about a planned change to the default server port. Currently set to 8080, the port will move to 9931 in a future update. Self-hosted users who rely on the default configuration should be aware that scripts, clients, and firewall rules […]

llama.cpp Update: Upcoming Server Port Change and New Builds (b10240) Read More »

imagem 3

llama.cpp Build b10227 Brings Qwen3 Parser and Improved Tool Calling Support

The latest release of llama.cpp, build b10227, introduces a specialized parser for the Qwen3 model family, enhancing how the chat interface handles tagged thinking tools. This update refactors internal chat processing and adds a permute helper, streamlining the codebase for future expansions. Self-hosted users will benefit from more accurate tool calling, as the update adds

llama.cpp Build b10227 Brings Qwen3 Parser and Improved Tool Calling Support Read More »

imagem 1

Llama.cpp Build b10217 Introduces Tool Calling in Thinking Mode for DeepSeek (DS4)

The latest llama.cpp release, build b10217, enables tool calling during the thinking phase for DeepSeek (DS4) models in chat mode. This enhancement allows the model to seamlessly invoke external tools while it is still reasoning, producing more coherent and effective multi-step interactions. For self-hosted users running DeepSeek, this means smarter assistant behavior and improved reliability

Llama.cpp Build b10217 Introduces Tool Calling in Thinking Mode for DeepSeek (DS4) Read More »

imagem 55

llama.cpp Build b10203 Adds SYCL q2_0 Mul_Mat Support and Wide Platform Binaries

New Feature: SYCL q2_0 Mul_Mat The latest build of llama.cpp, version b10203, introduces support for the q2_0 quantization scheme in the matrix multiplication (mul_mat) operation when using the SYCL backend. This enables efficient inference with 2-bit quantized models on Intel GPUs and other SYCL-compatible hardware, reducing memory footprint and potentially boosting throughput. Both the basic

llama.cpp Build b10203 Adds SYCL q2_0 Mul_Mat Support and Wide Platform Binaries Read More »

imagem 50

llama.cpp Release Cleans Up M3 Graph by Replacing Custom CPU Op with Standard Operations

The latest build of llama.cpp brings a notable refinement to its computation graph. A custom CPU operation that was previously hard-coded for the M3 graph has been eliminated, and its functionality is now expressed using standard, stock operations. This change simplifies the codebase, making it more maintainable and potentially improving compatibility across different hardware backends.

llama.cpp Release Cleans Up M3 Graph by Replacing Custom CPU Op with Standard Operations Read More »

imagem 45

llama.cpp Build b10176 Brings Tensor Memset RPC and Expanded Platform Support

The latest llama.cpp build, b10176, introduces a valuable new feature for distributed and remote inference scenarios: the tensor_memset remote procedure call. This addition allows for efficient initialization of tensors across RPC connections, which is particularly beneficial for self-hosted setups that distribute model layers across multiple machines. By streamlining how memory is set up remotely, it

llama.cpp Build b10176 Brings Tensor Memset RPC and Expanded Platform Support Read More »

imagem 41

llama.cpp Release b10159 Brings FWHT Kernel to Metal Backend

We’re excited to announce a new build of llama.cpp (b10159), which includes a performance-boosting addition for Apple Silicon users. This release introduces the Fast Walsh-Hadamard Transform (FWHT) kernel into the Metal backend, improving the efficiency of certain mathematical operations during model inference. While the change is low-level, it helps streamline computation on macOS and iOS

llama.cpp Release b10159 Brings FWHT Kernel to Metal Backend Read More »

imagem 37

Llama.cpp Build b10149 Released with Test Suite Refinement and Cross-Platform Binaries

The latest llama.cpp release, build b10149, has arrived, bringing a modest but meaningful enhancement to the project’s testing infrastructure. The primary change in this version removes an unnecessary synchronization call from the test-save-load-state procedure. While this adjustment doesn’t alter the core functionality for end users, it tidies up the codebase and may contribute to more

Llama.cpp Build b10149 Released with Test Suite Refinement and Cross-Platform Binaries Read More »

imagem 24

Ollama v0.32.3-rc0: Refinements for MLX, GLM Tools, and Model Alignments

The latest release candidate of Ollama, v0.32.3-rc0, arrives with a focused set of refinements that strengthen the platform’s stability and polish for self-hosted AI users. Rather than introducing flashy new features, this update fine-tunes existing components to ensure a smoother, more reliable experience. Owners of Apple Silicon machines will appreciate the MLX backend update, which

Ollama v0.32.3-rc0: Refinements for MLX, GLM Tools, and Model Alignments Read More »

imagem 19

Ollama v0.32.2-rc0 Release: Agent Upgrades, Backend Updates, and Build Improvements

This release candidate brings significant enhancements to the agent system, including a new skills system that allows more flexible tool usage. Agent semantics and user experience have been cleaned up, removing dead code and improving the handling of slash commands—commands are now completed before being submitted. The terminal interface now renders bold emphasis consistently across

Ollama v0.32.2-rc0 Release: Agent Upgrades, Backend Updates, and Build Improvements Read More »