Download Latest Version llama-b9275-bin-ubuntu-openvino-2026.0-x64.tar.gz (12.4 MB)
Email in envelope

Get an email when there's a new version of llama.cpp

Home / b9275
Name Modified Size InfoDownloads / Week
Parent folder
llama-b9275-xcframework.zip < 2 hours ago 203.8 MB
llama-b9275-bin-win-vulkan-x64.zip < 2 hours ago 32.7 MB
llama-b9275-bin-win-sycl-x64.zip < 2 hours ago 111.6 MB
llama-b9275-bin-win-opencl-adreno-arm64.zip < 2 hours ago 10.1 MB
llama-b9275-bin-win-hip-radeon-x64.zip < 2 hours ago 319.6 MB
llama-b9275-bin-win-cuda-13.1-x64.zip < 2 hours ago 158.4 MB
llama-b9275-bin-win-cuda-12.4-x64.zip < 2 hours ago 259.9 MB
llama-b9275-bin-win-cpu-x64.zip < 2 hours ago 15.9 MB
llama-b9275-bin-win-cpu-arm64.zip < 2 hours ago 9.5 MB
llama-b9275-bin-ubuntu-x64.tar.gz < 2 hours ago 14.0 MB
llama-b9275-bin-ubuntu-vulkan-x64.tar.gz < 2 hours ago 31.5 MB
llama-b9275-bin-ubuntu-vulkan-arm64.tar.gz < 2 hours ago 24.8 MB
llama-b9275-bin-ubuntu-sycl-fp32-x64.tar.gz < 2 hours ago 44.7 MB
llama-b9275-bin-ubuntu-sycl-fp16-x64.tar.gz < 2 hours ago 44.8 MB
llama-b9275-bin-ubuntu-s390x.tar.gz < 2 hours ago 12.5 MB
llama-b9275-bin-ubuntu-rocm-7.2-x64.tar.gz < 2 hours ago 129.6 MB
llama-b9275-bin-ubuntu-openvino-2026.0-x64.tar.gz < 2 hours ago 12.4 MB
llama-b9275-bin-ubuntu-arm64.tar.gz < 2 hours ago 11.1 MB
llama-b9275-bin-macos-x64.tar.gz < 2 hours ago 8.5 MB
llama-b9275-bin-macos-arm64.tar.gz < 2 hours ago 8.5 MB
llama-b9275-bin-macos-arm64-kleidiai.tar.gz < 2 hours ago 8.5 MB
llama-b9275-bin-android-arm64.tar.gz < 2 hours ago 65.2 MB
llama-b9275-bin-910b-openEuler-x86-aclgraph.tar.gz < 2 hours ago 11.7 MB
llama-b9275-bin-910b-openEuler-aarch64-aclgraph.tar.gz < 2 hours ago 11.0 MB
llama-b9275-bin-310p-openEuler-x86.tar.gz < 2 hours ago 11.8 MB
llama-b9275-bin-310p-openEuler-aarch64.tar.gz < 2 hours ago 11.0 MB
cudart-llama-bin-win-cuda-13.1-x64.zip < 2 hours ago 402.6 MB
cudart-llama-bin-win-cuda-12.4-x64.zip < 2 hours ago 391.4 MB
b9275 source code.tar.gz < 15 hours ago 33.9 MB
b9275 source code.zip < 15 hours ago 35.3 MB
README.md < 15 hours ago 5.2 kB
Totals: 31 Items   2.4 GB 0
metal : optimize concat kernel and fix set kernel threads (#23411) * metal : fix GGML_OP_SET kernel threads * tests : extend test_cpy to support different src/dst shapes Extend test_cpy to support different source and destination tensor shapes for CPY operations (reshaping), where the total number of elements must match. - Renamed ne -> ne_src, added ne_dst parameter (default: use src shape) - Added 50 new reshaping test cases covering 1D<->2D<->3D<->4D conversions - Tests exercise 1024 boundary, small shapes, and large dimensionality changes - Fixed dangling reference bug (storing & to temporary std::array) - Updated all existing test calls with permute/transpose args for compatibility Assisted-by: llama.cpp:local pi * metal : optimize concat kernel with row batching for small widths When ne0 < 256, batch multiple rows into a single threadgroup to improve occupancy. This avoids underutilizing the GPU when processing narrow tensors. - Dispatch nth = min(256, ne0) threads per group - Calculate nrptg (rows per threadgroup) to fill up to 256 threads - Update kernel index calculation to handle the row batching - Add boundary check for i1 >= ne1 Assisted-by: llama.cpp:local pi * tests : clean-up * tests : refactor CPY shape tests to use dimension permutations Replace 75 hardcoded test cases with a loop over permutations of {3, 5, 7, 32} (total elements: 3360). Each src permutation is tested against canonical sorted and reverse dst, skipping identical shapes. Covers F32, F16, and Q4_0 (when both src and dst ne0 == 32). Assisted-by: llama.cpp:local pi

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

Source: README.md, updated 2026-05-21