You are not logged in.
The problem is every time I update with Paru I have to rebuild llama.cpp-cuda-git as the binary package [llama.cpp-cuda] has been out of date since December.
$ paru -Ss llama.cpp | grep -e "cuda"
llama.cpp-cuda b7376-1 [+15 ~1.23] [Out-of-date: 2025-12-22]
The newest version can be found in GIT as aur/llama.cpp-cuda-git (b7876).
Is this normal? Why are the binaries so behind?
Offline
I do not know why https://aur.archlinux.org/packages/llama.cpp-cuda is not being updated but it is not a binary package. You can update it to the most recent tag and build it locally. I suspect the root cause is how paru handles packages with a -git suffix vs none suffixed packages does not match your expectations.
Offline
I think upstream doesn't really follow a "release" policy and pushes a new release "archive" every 3-4 hours, which would be pretty much impossible to follow with the "llama.cpp-cuda" package. You might be better off switching to llama.cpp-cuda-git entirely.
Offline
It still feels like there 'should' be a daily/weekly pre-built bin for llama.cpp-cuda available. On my small laptop, it takes almost 8-10 minutes to compile it from source on every update.
Offline