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

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

Home / b9509
Name Modified Size InfoDownloads / Week
Parent folder
llama-b9509-xcframework.zip < 11 hours ago 200.3 MB
llama-b9509-ui.tar.gz < 11 hours ago 2.7 MB
llama-b9509-bin-win-vulkan-x64.zip < 11 hours ago 33.9 MB
llama-b9509-bin-win-opencl-adreno-arm64.zip < 11 hours ago 11.1 MB
llama-b9509-bin-win-hip-radeon-x64.zip < 11 hours ago 321.1 MB
llama-b9509-bin-win-cuda-13.3-x64.zip < 11 hours ago 159.1 MB
llama-b9509-bin-win-cuda-12.4-x64.zip < 11 hours ago 261.1 MB
llama-b9509-bin-win-cpu-x64.zip < 11 hours ago 16.9 MB
llama-b9509-bin-win-cpu-arm64.zip < 11 hours ago 10.5 MB
llama-b9509-bin-ubuntu-x64.tar.gz < 11 hours ago 15.3 MB
llama-b9509-bin-ubuntu-vulkan-x64.tar.gz < 11 hours ago 33.1 MB
llama-b9509-bin-ubuntu-vulkan-arm64.tar.gz < 11 hours ago 26.2 MB
llama-b9509-bin-ubuntu-s390x.tar.gz < 11 hours ago 13.9 MB
llama-b9509-bin-ubuntu-rocm-7.2-x64.tar.gz < 11 hours ago 130.9 MB
llama-b9509-bin-ubuntu-openvino-2026.0-x64.tar.gz < 11 hours ago 13.7 MB
llama-b9509-bin-ubuntu-arm64.tar.gz < 11 hours ago 12.4 MB
llama-b9509-bin-macos-x64.tar.gz < 11 hours ago 10.8 MB
llama-b9509-bin-macos-arm64.tar.gz < 11 hours ago 10.5 MB
llama-b9509-bin-android-arm64.tar.gz < 11 hours ago 74.7 MB
cudart-llama-bin-win-cuda-13.3-x64.zip < 11 hours ago 391.0 MB
cudart-llama-bin-win-cuda-12.4-x64.zip < 11 hours ago 391.4 MB
b9509 source code.tar.gz < 12 hours ago 34.1 MB
b9509 source code.zip < 12 hours ago 35.5 MB
README.md < 12 hours ago 3.7 kB
Totals: 24 Items   2.2 GB 0
server: avoid unnecessary checkpoint restore when new tokens are present (#24110) * server: avoid unnecessary checkpoint restore when new tokens are present The pos_min_thold calculation unconditionally subtracts 1 to ensure at least one token is evaluated for logits when no new tokens exist. However, when the request contains new tokens beyond the cached prefix, this -1 is overly conservative and may trigger an unnecessary checkpoint restore. Conditionally apply the -1 only when n_past >= task.n_tokens() (no new tokens), avoiding redundant KV state restoration when there is actual work to do. * cont : add ref --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

  • DISABLED
  • openEuler x86 (310p)
  • openEuler x86 (910b, ACL Graph)
  • openEuler aarch64 (310p)
  • openEuler aarch64 (910b, ACL Graph)

UI:

Source: README.md, updated 2026-06-04