why did you move from the tarball?
Search Criteria
Package Details: llama.cpp-hip-git b9881.r1.g4871961-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/llama.cpp-hip-git.git (read-only, click to copy) |
|---|---|
| Package Base: | llama.cpp-hip-git |
| Description: | Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations, git version) |
| Upstream URL: | https://github.com/ggml-org/llama.cpp |
| Licenses: | MIT |
| Conflicts: | ggml, ggml-rocm, libggml, llama-cpp, llama.cpp, llama.cpp-hip, stable-diffusion.cpp |
| Provides: | ggml, ggml-rocm, libggml, libggml-hip.so, llama-cpp, llama.cpp, llama.cpp-hip |
| Submitter: | Orion-zhen |
| Maintainer: | Orion-zhen |
| Last Packager: | Orion-zhen |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-07-06 08:26 (UTC) |
| Last Updated: | 2026-07-06 08:26 (UTC) |
Dependencies (19)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- hip-runtime-amd (rocm-nightly-gfx120x-all-binAUR, rocm-nightly-gfx1151-binAUR, rocm-nightly-gfx110x-binAUR)
- hipblas (opencl-amd-devAUR, rocm-nightly-gfx120x-all-binAUR, rocm-nightly-gfx1151-binAUR, rocm-nightly-gfx110x-binAUR)
- openmp
- python
- rocblas (rocblas-gfx1103AUR, opencl-amd-devAUR, rocm-nightly-gfx120x-all-binAUR, rocm-nightly-gfx1151-binAUR, rocm-nightly-gfx110x-binAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- rocm-hip-sdk (opencl-amd-devAUR, rocm-nightly-gfx120x-all-binAUR, rocm-nightly-gfx1151-binAUR, rocm-nightly-gfx110x-binAUR) (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-mkl-tbbAUR, python-numpy-mklAUR) (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-opt-xpu, python-pytorch-rocm, python-pytorch-xpu) (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 (18)
- assistd (requires llama.cpp) (optional)
- assistd-git (requires llama.cpp) (optional)
- koharu-bin (requires llama.cpp) (optional)
- llama.cpp-ggml (requires ggml)
- llamaman-bin (requires llama.cpp) (optional)
- llamastash (requires llama.cpp) (optional)
- llamastash-bin (requires llama.cpp) (optional)
- llamastash-git (requires llama.cpp) (optional)
- manboster (requires llama.cpp) (optional)
- manboster-bin (requires llama.cpp) (optional)
- manboster-git (requires llama.cpp) (optional)
- mozkey-ibg-bin (requires llama-cpp)
- scmd-bin (requires llama.cpp)
- stable-diffusion.cpp-ggml (requires ggml)
- voxd (requires llama.cpp) (optional)
- voxd-bin (requires llama.cpp) (optional)
- voxd-git (requires llama.cpp) (optional)
- whisper.cpp-openblas (requires ggml)
Sources (3)
Latest Comments
s-k commented on 2026-07-09 08:21 (UTC)
Orion-zhen commented on 2026-07-06 08:34 (UTC)
Currently, package maintainers have added the two packages llama-cpp-rocm and llama-cpp-vulkan to the extra repository, resulting in the deletion of llama.cpp-rocm and llama.cpp-vulkan, which had been actively updated and maintained on AUR for nearly two years. Considering that the package maintainer responsible for those two packages has not actively kept up with upstream version updates as of the time I write this comment, I have recreated this -git version of the package so that users can experience the latest code repository.
See also: llama.cpp-vulkan-git maintained by rubin55.
EndlessEden commented on 2026-06-02 06:02 (UTC)
please add "sed -i 's/split_state.nr/split_state.ne/g' src/llama-model.cpp" to the prepare line. Upstream is lagging behind ggml by quite a bit. NR is now NE to make it generic.
edtoml commented on 2025-02-15 13:57 (UTC) (edited on 2025-02-15 13:58 (UTC) by edtoml)
It would seem most people are using llama.cpp-hip-git now. However that package gives me less than one token per second. This one works as expected if the build section of its PKGBUILD is updated to:
build() {
local _cmake_args=(
-B build
-S .
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=Release
-DGGML_STATIC=OFF
-DGGML_HIP=ON
)
Pinned Comments
Orion-zhen commented on 2026-07-06 08:34 (UTC)
Currently, package maintainers have added the two packages
llama-cpp-rocmandllama-cpp-vulkanto the extra repository, resulting in the deletion ofllama.cpp-rocmandllama.cpp-vulkan, which had been actively updated and maintained on AUR for nearly two years. Considering that the package maintainer responsible for those two packages has not actively kept up with upstream version updates as of the time I write this comment, I have recreated this-gitversion of the package so that users can experience the latest code repository.See also: llama.cpp-vulkan-git maintained by rubin55.