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

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

Home / b9330
Name Modified Size InfoDownloads / Week
Parent folder
llama-b9330-xcframework.zip < 10 hours ago 204.4 MB
llama-b9330-ui.tar.gz < 10 hours ago 1.9 MB
llama-b9330-bin-win-vulkan-x64.zip < 10 hours ago 32.8 MB
llama-b9330-bin-win-sycl-x64.zip < 10 hours ago 111.8 MB
llama-b9330-bin-win-opencl-adreno-arm64.zip < 10 hours ago 10.2 MB
llama-b9330-bin-win-hip-radeon-x64.zip < 10 hours ago 319.8 MB
llama-b9330-bin-win-cuda-13.1-x64.zip < 10 hours ago 158.6 MB
llama-b9330-bin-win-cuda-12.4-x64.zip < 10 hours ago 260.2 MB
llama-b9330-bin-win-cpu-x64.zip < 10 hours ago 16.1 MB
llama-b9330-bin-win-cpu-arm64.zip < 10 hours ago 9.7 MB
llama-b9330-bin-ubuntu-x64.tar.gz < 10 hours ago 14.5 MB
llama-b9330-bin-ubuntu-vulkan-x64.tar.gz < 10 hours ago 32.0 MB
llama-b9330-bin-ubuntu-vulkan-arm64.tar.gz < 10 hours ago 25.2 MB
llama-b9330-bin-ubuntu-sycl-fp32-x64.tar.gz < 10 hours ago 45.4 MB
llama-b9330-bin-ubuntu-sycl-fp16-x64.tar.gz < 10 hours ago 45.5 MB
llama-b9330-bin-ubuntu-s390x.tar.gz < 10 hours ago 13.1 MB
llama-b9330-bin-ubuntu-rocm-7.2-x64.tar.gz < 10 hours ago 130.0 MB
llama-b9330-bin-ubuntu-openvino-2026.0-x64.tar.gz < 10 hours ago 12.8 MB
llama-b9330-bin-ubuntu-arm64.tar.gz < 10 hours ago 11.5 MB
llama-b9330-bin-macos-x64.tar.gz < 10 hours ago 9.9 MB
llama-b9330-bin-macos-arm64.tar.gz < 10 hours ago 9.8 MB
llama-b9330-bin-macos-arm64-kleidiai.tar.gz < 10 hours ago 9.8 MB
llama-b9330-bin-android-arm64.tar.gz < 10 hours ago 73.3 MB
llama-b9330-bin-910b-openEuler-x86-aclgraph.tar.gz < 10 hours ago 12.2 MB
llama-b9330-bin-910b-openEuler-aarch64-aclgraph.tar.gz < 10 hours ago 11.4 MB
llama-b9330-bin-310p-openEuler-x86.tar.gz < 10 hours ago 12.1 MB
llama-b9330-bin-310p-openEuler-aarch64.tar.gz < 10 hours ago 11.4 MB
cudart-llama-bin-win-cuda-13.1-x64.zip < 10 hours ago 402.6 MB
cudart-llama-bin-win-cuda-12.4-x64.zip < 10 hours ago 391.4 MB
b9330 source code.tar.gz < 23 hours ago 33.9 MB
b9330 source code.zip < 23 hours ago 35.3 MB
README.md < 23 hours ago 4.3 kB
Totals: 32 Items   2.5 GB 0
model: tag ffn_latent as MUL_MAT to fix buft probe (#23664) ffn_latent_down/up are declared GGML_OP_MUL in LLM_TENSOR_INFOS but nemotron-h feeds them through ggml_mul_mat. The loader buft probe asks the backend about the declared op, so it tested an elementwise MUL on a q8_0 weight. That used to return true unconditionally and the weight stayed on GPU by luck. Once supports_op told the truth, the probe got a no and the loader pushed the weight and its matmul to CPU, splitting the graph. Tagging it MUL_MAT asks the real question, the math is unchanged. Verified on Nemotron 3 Super 120B Q5_K_M: from 64.9 back to 103.22 t/s.

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

UI:

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