b9414
b9414 is a release build of llama.cpp that includes improvements to CUDA PTX version checking , which helps prevent incorrect kernel dispatch on different GPU architectures. This build also adds suppo
Knowledge catalogue
b9414 is a release build of llama.cpp that includes improvements to CUDA PTX version checking , which helps prevent incorrect kernel dispatch on different GPU architectures. This build also adds suppo
b9374 is a release of llama.cpp from May 28, 2026 , focused on continuous integration improvements. The release includes refactoring of CI/CD workflows, separate CUDA Windows workflow configuration, c
b9375 is a release of llama.cpp, a project for LLM inference in C/C++. The release likely contains bug fixes, performance improvements, or feature additions to the llama.cpp codebase. Specific details
Based on the available information about llama.cpp, b9378 is likely an intermediate build release of the llama.cpp project. llama.cpp enables LLM inference in C/C++ , and the project releases multiple
B9381 is a build/release tag for llama.cpp, a C/C++ framework for LLM inference. This release likely includes bug fixes, performance optimizations, and feature improvements to the project, which enabl
I don't have specific information about release b9382 from llama.cpp. Based on the GitHub release tag format, this entry likely documents a specific build or commit version of llama.cpp, which is a C+
Ollama v0.30.0-rc29 is a pre-release version that changes the architecture to directly support llama.cpp instead of building on top of GGML, and adds compatibility with the GGUF file format. MLX is us
The search results do not contain specific details about release b9354. Based on the context from the llama.cpp project, b9354 is a build release of llama.cpp, a C/C++ implementation for running large
b9360 is a release of llama.cpp published May 27, 2026 that includes a fix for environment variable names to have the LLAMA_ARG_ prefix . The release includes prebuilt binaries for multiple platforms
The search didn't provide specific details about release b9365. Based on the GitHub repository pattern and context, b9365 is a build release of llama.cpp, which is a C/C++ implementation for enabling
b9368 is an intermediate build release of llama.cpp, a C/C++ implementation for efficient LLM inference on consumer hardware. The release follows the project's rapid development cycle where multiple b
Ollama v0.30.0-rc27 is a pre-release version that changes the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX is
B9320 is a release of llama.cpp, a C/C++ implementation for enabling LLM inference with minimal setup and state-of-the-art performance on a wide range of hardware locally and in the cloud. The project
b9326 is a llama.cpp release tagged as 'sync: ggml' with pre-built binaries available for multiple platforms including macOS, Linux, Windows, Android, and openEuler, supporting various CPU and GPU bac
Release b9330 fixes the FFN latent layer tagging issue in llama.cpp by marking ffn_latent_down/up as MUL_MAT operations instead of elementwise MUL, resolving a backend buffer probe problem. This optim
llama.cpp release b9331 includes CI improvements that reduce PR jobs by matching backend paths, disable SYCL f16 builds, and extract Android and HIP into separate workflows while moving WebGPU to a se
Release b9333 of llama.cpp adds support for Apple device IDs in the Metal framework for GPU acceleration on macOS and iOS . The build includes compiled binaries for multiple platforms including macOS,
llama.cpp is a C/C++ implementation for LLM inference , and release b9352 is a version of this open-source project. The main goal of llama.cpp is to enable LLM inference with minimal setup and state-o
This release candidate merges updates from the upstream main branch into the llama-runner-phase-0 branch, likely incorporating recent improvements and bug fixes into the development version. Version 0
b9310 is a release build of llama.cpp, a C/C++ implementation for LLM inference . As an intermediate build number in the llama.cpp project's continuous release cycle, it represents incremental updates
b9311 is a release build version of llama.cpp, an open-source C/C++ framework for large language model inference. The project enables LLM inference in C/C++ , offering optimized performance across var
Build b9315 is a release version of llama.cpp, a C/C++ implementation for LLM inference. As an intermediate build in the llama.cpp development sequence, b9315 likely includes bug fixes, performance im
llama.cpp is a C/C++ implementation for LLM inference . Build b9319 is a specific commit/version release from the llama.cpp project repository, representing a particular point in the software's develo
v0.30.0-rc25 is a pre-release version of Ollama that changes the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX
llama.cpp is an open-source C/C++ project for LLM inference , and build b9301 is a specific release version in the project's development history. This build number represents an incremental developmen
Release b9305 was published on May 24, 2026 , featuring CMake UI build fixes and improvements for multiple platforms including macOS Apple Silicon and Linux architectures . The release provides prebui
v0.30.0-rc24 is a pre-release version that changes Ollama's architecture to directly support llama.cpp instead of building on top of GGML, enabling compatibility with the GGUF file format. MLX is used
b9294 is a llama.cpp release that includes improvements to OpenCL kernels for AMD Adreno GPUs, specifically generalizing MoE (Mixture of Experts) kernel implementations. The release provides pre-built
b9296 is a build release of llama.cpp , the C/C++ implementation for efficient large language model inference. As an intermediate build in the llama.cpp release cycle, it likely includes recent bug fi
The search results show information about llama.cpp releases but don't contain specific details about build b9297. Based on the context and numbering (b9297 is a recent build after b9294), b9297 is li
llama.cpp build b9276 introduces support for hybrid DNA tokenization with new pre-type dispatching and tokenizer implementations, alongside fixes for VRAM leaks in Multi-Token Prediction (MTP) models
Release b9283 of llama.cpp includes updates to the BPE tokenizer with new pre-type dispatch and Carbon-3B DNA tokenizer support, along with refactoring of tokenizer helpers to follow project conventio
B9286 introduces support for HybridDNATokenizer as its own vocabulary type (LLAMA_VOCAB_TYPE_HYBRIDDNA), enabling proper tokenization of DNA sequences by routing raw text through a DNA-aware splitter
Release b9292 of llama.cpp fixes a memory leak in the server context where speculative decoder, draft context, and draft model were not properly freed during destroy(), causing VRAM leaks on sleep/res
We are committed to empowering every developer by building an open, secure, and AI-powered platform that defines the future of software development. The post GitHub recognized as a Leader in the Gartn
Release b9255 of llama.cpp features a Hexagon HMX quantized matmul rework (#23368), including updates to debug logging, dequantization logic using HVX vectors, removal of non-pipelined quantization op
llama.cpp release b9257 optimizes operations in the Vulkan IM2COL shader and improves code formatting . The release includes prebuilt binaries for multiple platforms including macOS, Linux, Android, a
Release b9259 of llama.cpp fixes a nullptr crash in the speculative common module's get_devices_str function (PR #23386). The fix addresses an issue where ggml_backend_dev_by_name appends a nullptr se
Release b9260 of llama.cpp includes OpenCL backend refactoring that improves initialization, GPU identification, and performance by caching global memory size in device context. llama.cpp enables LLM
Release b9263 of llama.cpp includes a merge of HunyuanOCR into HunyuanVL with fixes to OCR vision precision. The update consolidates OCR functionality into the HunyuanVL projector while maintaining co
b9264 is a llama.cpp release that includes improvements to HunyuanVL model support, merging HunyuanOCR functionality and fixing vision precision issues. This build represents an intermediate developme
b9266 is a release tag for llama.cpp, a project for LLM inference in C/C++. This release represents a specific build version of the llama.cpp framework, which enables LLM inference with minimal setup
Release b9270 adds support for the HybridDNATokenizer used by the Carbon-3B model family, implementing a new BPE pre-type for tokenizing DNA sequences. The tokenizer handles DNA k-mers with fixed 6-me
Release b9273 of llama.cpp introduces support for the HybridDNATokenizer with new pre-type and dispatched tokenization logic, alongside pure helper functions for DNA k-mer processing and conversion ut
Release b9275 of llama.cpp includes optimization of the Metal concat kernel and fixes to the GGML_OP_SET kernel threads . The release extends test coverage for copy operations with different source an
v0.30.0-rc22 is a pre-release version of Ollama that changes the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX
Build b9239 is a llama.cpp release that includes a fix for the --fit verbosity flag when used with --verbosity 4 . The release provides compiled binaries for multiple platforms including macOS (Apple
b9240 is a release of llama.cpp that includes a fix for the --help option related to the --verbosity flag . The release provides prebuilt binaries across multiple platforms including macOS (Apple Sili
b9244 is an intermediate build release of llama.cpp, a C/C++ implementation framework for running large language models with GGUF format support. The release includes pre-compiled binaries for multipl
llama.cpp release b9245, published on May 20, 2026, includes a CUDA optimization for RDNA3 Q6_K MMVQ performance tuning. The release provides pre-built binaries for multiple platforms including macOS,
B9251 is a build identifier for a release in the llama.cpp project, which enables LLM inference with minimal setup and state-of-the-art performance on a wide range of hardware - locally and in the clo
b9253 is the latest version of llama.cpp, released on May 20, 2026. Llama.cpp is a project for LLM inference in C/C++. This build includes bug fixes, performance improvements, and features for running
B9222 is a llama.cpp release that adds support for the TRI (Triangle) operation in the Hexagon HTP backend with HVX kernel additions . The release includes optimizations for Hexagon hardware accelerat
v0.30.0-rc21 is a pre-release version that changes Ollama's architecture to directly support llama.cpp instead of building on top of GGML, enabling GGUF file format compatibility. MLX is used to accel
B9208 is a build release of llama.cpp, an open-source C/C++ project that enables efficient large language model inference on diverse hardware platforms. The llama.cpp project focuses on optimized LLM
I was unable to find specific details about the b9213 release in the search results. Based on the context from the llama.cpp project, b9213 is an intermediate build release of llama.cpp, the C/C++ imp
b9221 is an intermediate build release from the llama.cpp project, which is a C/C++ implementation enabling efficient LLM inference on consumer hardware. The release includes platform-specific binarie
Kick off work in VS Code or the CLI, finish it from your phone. Remote control for GitHub Copilot sessions is now generally available on github.com and GitHub Mobile. The post Take your local GitHub s
Ollama v0.30.0 is a pre-release version that changes the architecture to directly support llama.cpp instead of building on top of GGML, enables GGUF file format compatibility, and uses MLX to accelera
v0.30.0-rc18 is a pre-release version that changes Ollama's architecture to directly support llama.cpp instead of building on GGML, enabling GGUF file format compatibility. MLX is used to accelerate m