Search Criteria
Package Details: llama.cpp-git b9169.r3.1348f67c58-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/ggerganov/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.000182 |
| First Submitted: | 2023-03-27 22:24 (UTC) |
| Last Updated: | 2026-05-15 22:56 (UTC) |
Dependencies (14)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (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-rocm) (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
Required by (5)
- 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)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
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.
sr.team commented on 2024-03-24 18:22 (UTC)
The global dependencies requires cuda and hipblas both. Remove it please, and keep only for llama.cpp-cublas-git and llama.cpp-hipblas-git
« First ‹ Previous 1 2 3 4 Next › Last »