Search Criteria
Package Details: llama.cpp-cuda-git b9893.r0.6f8895feec-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/llama.cpp-cuda-git.git (read-only, click to copy) |
|---|---|
| Package Base: | llama.cpp-cuda-git |
| Description: | Port of Facebook's LLaMA model in C/C++ (with NVIDIA CUDA optimizations) |
| Upstream URL: | https://github.com/ggml-org/llama.cpp |
| Licenses: | MIT |
| Conflicts: | llama.cpp |
| Provides: | llama.cpp |
| Submitter: | Bink |
| Maintainer: | Bink |
| Last Packager: | Bink |
| Votes: | 6 |
| Popularity: | 2.20 |
| First Submitted: | 2026-01-08 09:17 (UTC) |
| Last Updated: | 2026-07-07 05:16 (UTC) |
Dependencies (17)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- ggml-cuda-gitAUR (ggml-cuda-gitAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.8AUR, cuda-pascalAUR, cuda-12.9AUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- ccache (ccache-gitAUR) (optional) – greatly reduce package re-build time
- nccl (nccl-gitAUR, nccl-cuda12.9AUR) (optional) – needed for multi-GPU parallelism
- 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
- rdma-core (rdma-core-gitAUR) (optional) – RDMA transport for RPC backend
Required by (13)
- assistd (requires llama.cpp) (optional)
- assistd-git (requires llama.cpp) (optional)
- 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)
- scmd-bin (requires llama.cpp)
- voxd (requires llama.cpp) (optional)
- voxd-bin (requires llama.cpp) (optional)
- voxd-git (requires llama.cpp) (optional)
Latest Comments
1 2 3 4 5 Next › Last »
siavoshkc commented on 2026-07-09 19:29 (UTC)
ggml-cuda-git-1:b9940.r9.049326a000-1 and llama.cpp-cuda-git-b9862.r0.5a460dea9f-1 are in conflict
Bink commented on 2026-07-08 01:55 (UTC) (edited on 2026-07-08 01:59 (UTC) by Bink)
Thanks for bringing that issue to my attention @rubin55.
Just a few hours ago, a new commit to
llama.cppbumped thellama.cppandggmlcodebases out of alignment, causing that issue.That could happen again in the future too, so I've pushed an update to the
ggml-cuda-gitdependency so it's now pulling and building GGML from upstreamllama.cpp/ggmlinstead, which should ensure it remains aligned with this package, so long as both this package, andggml-cuda-gitare re-built together.Bink commented on 2026-07-07 23:20 (UTC)
Certainly @rubin55.
By splitting the CUDA optimised GGML component into a separate package, multiple packages can now depend on that as a single source of CUDA optimised GGML (such as this one and
whisper.cpp-cuda), solving a conflict issue.I've replicated the issue you shared and I'm looking into it now.
rubin55 commented on 2026-07-07 20:47 (UTC)
Can I ask why this package now splits up ggml-cuda-git? I see that you're building from some other location than the vendored location previously, and I am now getting this:
Bink commented on 2026-06-30 01:05 (UTC)
Thanks @ItachiSan.
The patch has now been merged upstream. I'll push an update that removes the now conflicting
fix-tailwind-scanner.patch.ItachiSan commented on 2026-06-29 20:28 (UTC)
Having a problem with the patch the last days:
For now I've commented out the line for the patch and it seems fine.
Bink commented on 2026-06-25 23:27 (UTC) (edited on 2026-06-26 01:15 (UTC) by Bink)
@shaybox, that error is for
ik-llama.cpp, not this package.shaybox commented on 2026-06-25 23:10 (UTC)
/home/.../src/ik_llama.cpp/examples/rpc/rpc-server.cpp:266:37: error: too few arguments to function ‘ggml_backend* ggml_backend_cuda_init(int, const void*, const void*)’ 266 | backend = ggml_backend_cuda_init(device, nullptr); // init device1 2 3 4 5 Next › Last »