Search Criteria
Package Details: llama.cpp-gfx1151 b9222-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/llama.cpp-gfx1151.git (read-only, click to copy) |
|---|---|
| Package Base: | llama.cpp-gfx1151 |
| Description: | Port of Facebook's LLaMA model in C/C++ (Optimized for gfx1151, ROCm + Vulkan) |
| Upstream URL: | https://github.com/ggml-org/llama.cpp |
| Licenses: | MIT |
| Conflicts: | ggml, libggml, llama.cpp, llama.cpp-hip, llama.cpp-vulkan, stable-diffusion.cpp |
| Provides: | llama.cpp, llama.cpp-hip, llama.cpp-vulkan |
| Submitter: | Orion-zhen |
| Maintainer: | Orion-zhen (darkbasic) |
| Last Packager: | Orion-zhen |
| Votes: | 1 |
| Popularity: | 0.43 |
| First Submitted: | 2026-04-03 06:56 (UTC) |
| Last Updated: | 2026-05-19 10:10 (UTC) |
Dependencies (18)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- openmp
- python
- rocm-nightly-gfx1151-binAUR
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- shaderc (shaderc-gitAUR, shaderc-gitAUR) (make)
- spirv-headers (spirv-headers-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- python-ggufAUR (python-gguf-gitAUR) (optional) – needed for convert_hf_to_gguf.py
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (optional) – needed for convert_hf_to_gguf.py
- python-pytorch (python-pytorch-cuda12.9AUR, python-pytorch-opt-cuda12.9AUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional) – needed for convert_hf_to_gguf.py
- python-safetensors (optional) – needed for convert_hf_to_gguf.py
- python-sentencepieceAUR (python-sentencepiece-gitAUR, python-sentencepiece-binAUR) (optional) – needed for convert_hf_to_gguf.py
- python-transformersAUR (python-transformers-gitAUR) (optional) – needed for convert_hf_to_gguf.py
Required by (7)
- llamaman-bin (requires llama.cpp) (optional)
- scmd-bin (requires llama.cpp)
- voxd (requires llama.cpp) (optional)
- voxd-bin (requires llama.cpp) (optional)
- voxd-git (requires llama.cpp) (optional)
- whisper.cpp-hip (requires llama.cpp-hip)
- whisper.cpp-vulkan (requires llama.cpp-vulkan)
Latest Comments
darkbasic commented on 2026-05-11 17:08 (UTC)
I would personally put the commit hash in the file name because otherwise when the patch gets updated AUR helpers will simply throw a checksum error instead of trying to re-download it.
ltj16cn commented on 2026-04-20 10:50 (UTC)
yay -S llama.cpp-gfx1151 AUR Explicit (1): llama.cpp-gfx1151-b8851-2 :: PKGBUILD up to date, skipping download: llama.cpp-gfx1151 1 llama.cpp-gfx1151 (Build Files Exist) ==> Packages to cleanBuild? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> 1 llama.cpp-gfx1151 (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> ==> Making package: llama.cpp-gfx1151 b8851-2 (Mon 20 Apr 2026 06:47:45 PM CST) ==> Retrieving sources... -> Found llama.cpp-gfx1151-b8851.tar.gz -> Found llama.cpp.service -> Found llama.cpp.conf ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... llama.cpp-gfx1151-b8851.tar.gz ... Passed llama.cpp.service ... Passed llama.cpp.conf ... Passed :: (1/1) Parsing SRCINFO: llama.cpp-gfx1151 ==> Making package: llama.cpp-gfx1151 b8851-2 (Mon 20 Apr 2026 06:47:47 PM CST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found llama.cpp-gfx1151-b8851.tar.gz -> Found llama.cpp.service -> Found llama.cpp.conf ==> Validating source files with sha256sums... llama.cpp-gfx1151-b8851.tar.gz ... Passed llama.cpp.service ... Passed llama.cpp.conf ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting llama.cpp-gfx1151-b8851.tar.gz with bsdtar ==> Starting prepare()... patch: **** Can't open patch file /home/sonic/.cache/yay/llama.cpp-gfx1151/src/llama-gfx1151-41ebffac.patch : No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... -> error making: llama.cpp-gfx1151-exit status 4 -> Failed to install the following packages. Manual intervention is required: llama.cpp-gfx1151 - exit status 4
moparisthebest commented on 2026-04-15 03:46 (UTC)
This is missing spirv-headers in makedepends, fails to build without it.