Search Criteria
Package Details: llama.cpp-git b9554.r2.19bba67c1f-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/llama.cpp-git.git (read-only, click to copy) |
|---|---|
| Package Base: | llama.cpp-git |
| Description: | Port of Facebook's LLaMA model in C/C++ |
| Upstream URL: | https://github.com/ggml-org/llama.cpp |
| Licenses: | MIT |
| Conflicts: | libggml, libggml-git, llama.cpp |
| Provides: | libggml, llama.cpp |
| Submitter: | robertfoster |
| Maintainer: | lapsus |
| Last Packager: | lapsus |
| Votes: | 14 |
| Popularity: | 0.000051 |
| First Submitted: | 2023-03-27 22:24 (UTC) |
| Last Updated: | 2026-06-08 11:16 (UTC) |
Dependencies (16)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (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)
- python-huggingface-hub (python-huggingface-hub-gitAUR) (optional) – convert_hf_to_gguf.py remote model downloads
- python-mistral-commonAUR (python-mistral-common-gitAUR) (optional) – convert_hf_to_gguf.py Mistral model support
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (optional) – convert_hf_to_gguf.py python script
- 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) – convert_hf_to_gguf.py python script
- python-requests (optional) – convert_hf_to_gguf.py GGUF helper support
- python-sentencepieceAUR (python-sentencepiece-gitAUR, python-sentencepiece-binAUR) (optional) – convert_hf_to_gguf.py tokenizer support
- python-tqdm (optional) – convert_hf_to_gguf.py GGUF helper support
- python-transformersAUR (python-transformers-gitAUR) (optional) – convert_hf_to_gguf.py tokenizer support
- python-yaml (python-yaml-gitAUR) (optional) – convert_hf_to_gguf.py GGUF metadata support
- 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
« First ‹ Previous 1 2 3 4 Next › Last »
dreieck commented on 2024-04-17 11:18 (UTC)
ccacheshould not be an optional dependency.It is only relevant for building.
And the user can specify the usage of it by setting the
ccache-optionin e.g./etc/makepkg.conf.Please remove it from
optdepends.Regards!
lapsus commented on 2024-04-16 22:20 (UTC)
lapsus commented on 2024-04-15 22:49 (UTC)
<deleted-account> commented on 2024-04-10 05:23 (UTC)
I believe it's
LLAMA_CUDAnow instead ofLLAMA_CUBLAS.Just an FYI.
danisztls commented on 2024-04-04 02:11 (UTC) (edited on 2024-04-04 02:11 (UTC) by danisztls)
dreieck commented on 2024-03-27 09:36 (UTC)
Since several packages use
ggmlI made an extra package for it:libggml-git.Regards!
dreieck commented on 2024-03-26 10:51 (UTC)
llama.cppandwhisper.cppneed to conflict with each other:(Maybe better to split out
/usr/include/ggml.hin a separate package and depend on it.)Regards and thanks for maintaining!
dreieck commented on 2024-03-26 10:48 (UTC)
According to
namcap, you need to add missing dependencies:llama.cpp-hipblas-gitmissesrocblasandhipblas:Regards and thanks for maintaining!
dreieck commented on 2024-03-26 10:46 (UTC)
You need to install the license file into
/usr/share/licenses/${pkgname}/:Regards and thanks for maintaining!
robertfoster commented on 2024-03-26 09:45 (UTC)
@sr.team in a splitted package, makedepends (not depends), are declared for the only one build() function. on the contrary package() functions declare run-time depends. So, nothing to fix.
« First ‹ Previous 1 2 3 4 Next › Last »