b988424617.6 MB
MIT
strict
core26
Snap package for llama.cpp - LLM inference in C/C++
llama.cpp packaged as a snap. The main snap ships a CPU build that
works on any x8664 or arm64 machine. Optional snap components add
GPU backends:
Select a backend persistently with:
or override it per invocation with the env var:
works on any x8664 or arm64 machine. Optional snap components add
GPU backends:
sudo snap install llama-cpp # CPU
sudo snap install llama-cpp+hip # add AMD GPU
sudo snap install llama-cpp+cuda # add NVIDIA GPU
sudo snap install llama-cpp+vulkan # add Vulkan GPU (Intel, AMD, etc.)
sudo snap install llama-cpp+opencl # add OpenCL GPU (Adreno, Mali, etc.)Select a backend persistently with:
sudo snap set llama-cpp backend={cpu,hip,cuda,vulkan,opencl,auto} # auto = probe
snap get llama-cpp backendor override it per invocation with the env var:
LLAMACPP_BACKEND=cpu llama-cpp cli ...Update History
b9859 (216) → b9884 (246)13 Jul 2026, 16:15 UTC
b9744 (169) → b9859 (216)6 Jul 2026, 19:00 UTC
b9637 (131) → b9744 (169)3 Jul 2026, 06:45 UTC
b9587 (84) → b9637 (131)23 Jun 2026, 09:30 UTC
b9574 (80) → b9587 (84)16 Jun 2026, 08:15 UTC
b9574 (80)9 Jun 2026, 19:00 UTC
5 Jan 2026, 09:14 UTC
6 Jul 2026, 17:36 UTC
9 Jun 2026, 19:00 UTC