Search Criteria
Package Details: llama.cpp-vulkan-git b10068-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/llama.cpp-vulkan-git.git (read-only, click to copy) |
|---|---|
| Package Base: | llama.cpp-vulkan-git |
| Description: | Port of Facebook's LLaMA model in C/C++ (with Vulkan optimizations) |
| Upstream URL: | https://github.com/ggerganov/llama.cpp |
| Licenses: | MIT |
| Conflicts: | ggml, libggml, llama.cpp, llama.cpp-cuda, llama.cpp-cuda-git, llama.cpp-git, llama.cpp-openvino, llama.cpp-openvino-git, llama.cpp-sycl, llama.cpp-sycl-git, llama.cpp-vulkan |
| Provides: | llama.cpp, llama.cpp-git, llama.cpp-vulkan, llama.cpp-vulkan-git |
| Submitter: | robertfoster |
| Maintainer: | rubin55 |
| Last Packager: | rubin55 |
| Votes: | 3 |
| Popularity: | 0.71 |
| First Submitted: | 2024-11-15 20:39 (UTC) |
| Last Updated: | 2026-07-19 20:26 (UTC) |
Dependencies (15)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- rdma-core (rdma-core-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR) (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-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 (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
Internauta commented on 2026-07-14 23:21 (UTC)
I was wondering why it takes so much time to compile, and I found out that multicore compiling was missing. It can be enabled with
cmake --build build -- -j $(nproc)zkrx commented on 2026-03-17 14:40 (UTC)
ggml-vulkan-git package no longer exists
Bink commented on 2026-01-08 05:04 (UTC)
I noticed this is missing the
-DGGML_VULKAN=1flag to build for Vulkan. https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md#common-stepsteleprint-me commented on 2025-12-19 22:15 (UTC)
I think this package name might be misleading. It should be labeled kompute, not vulkan. The backends have separate API's and Vulkan has more support.