Search Criteria
Package Details: llama.cpp-git b4082.r11.4047be74d-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: | llama.cpp |
Provides: | llama.cpp |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 12 |
Popularity: | 0.70 |
First Submitted: | 2023-03-27 22:24 (UTC) |
Last Updated: | 2024-11-15 20:30 (UTC) |
Dependencies (6)
- openblas (openblas-lapackAUR)
- openblas64
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- openblas (openblas-lapackAUR) (make)
- openblas64 (make)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
<deleted-account> commented on 2024-04-10 05:23 (UTC)
I believe it's
LLAMA_CUDA
now 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
ggml
I made an extra package for it:libggml-git
.Regards!
dreieck commented on 2024-03-26 10:51 (UTC)
llama.cpp
andwhisper.cpp
need to conflict with each other:(Maybe better to split out
/usr/include/ggml.h
in 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-git
missesrocblas
andhipblas
: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
danisztls commented on 2024-02-07 07:31 (UTC) (edited on 2024-02-07 07:32 (UTC) by danisztls)
Can you add support to compiling with OpenBLAS CMake flags:
-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS
on systems withopenblas
installed?AndreaCattaneo commented on 2023-09-30 08:12 (UTC) (edited on 2023-09-30 08:13 (UTC) by AndreaCattaneo)
error: failed to commit transaction (conflicting files)
llama.cpp-git: /usr/bin/parallel exists in filesystem (owned by parallel)
« First ‹ Previous 1 2 3 4 Next › Last »