Package Details: llama.cpp-bin b4882-1

Git Clone URL: https://aur.archlinux.org/llama.cpp-bin.git (read-only, click to copy)
Package Base: llama.cpp-bin
Description: LLM inference in C/C++ (precompiled Linux binaries)
Upstream URL: https://github.com/ggerganov/llama.cpp
Keywords: ai chat gpt llama llm
Licenses: MIT
Conflicts: llama.cpp, llama.cpp-git
Provides: llama.cpp
Submitter: neitsab
Maintainer: neitsab
Last Packager: neitsab
Votes: 1
Popularity: 0.092103
First Submitted: 2024-11-15 12:24 (UTC)
Last Updated: 2025-03-13 15:46 (UTC)

Required by (0)

Sources (1)

Pinned Comments

neitsab commented on 2025-02-05 16:44 (UTC) (edited on 2025-03-13 17:36 (UTC) by neitsab)

Please note:

This package being updated several times a day upstream, the best way to get the most recent version for yourself is to run the following commands

sudo pacman -S devtools nvchecker
git clone https://aur.archlinux.org/llama.cpp-bin.git && cd llama.cpp-bin
pkgctl version upgrade
makepkg -srci

Please only flag it out of date in case the build is broken or missing features.

If you have suggestions to automate the upgrading and publishing or want to take over maintenance, I'm all ears :-)

Latest Comments

neitsab commented on 2025-02-14 10:49 (UTC)

@chocolateboy You're right, and it's not limited to our package: https://github.com/ggerganov/llama.cpp/issues/11123

I just pushed an updated version which installs the shared libraries in the right place. Now I get

% llama-cli --version
version: 4714 (38e32eb6)
built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu

Thanks for noticing.

chocolateboy commented on 2025-02-14 10:07 (UTC)

@neitsab Thanks for the info.

FYI, this snapshot is missing some files:

$ llama-cli --version

/usr/bin/llama-cli: error while loading shared libraries: libllama.so: cannot open shared object file: No such file or directory

neitsab commented on 2025-02-05 16:44 (UTC) (edited on 2025-03-13 17:36 (UTC) by neitsab)

Please note:

This package being updated several times a day upstream, the best way to get the most recent version for yourself is to run the following commands

sudo pacman -S devtools nvchecker
git clone https://aur.archlinux.org/llama.cpp-bin.git && cd llama.cpp-bin
pkgctl version upgrade
makepkg -srci

Please only flag it out of date in case the build is broken or missing features.

If you have suggestions to automate the upgrading and publishing or want to take over maintenance, I'm all ears :-)