|
|
|
|
|
by godelski
187 days ago
|
|
> Maybe I'm stupid, but they don't even have current llama.cpp, WTF?
I don't understand. It's in the AUR...https://aur.archlinux.org/packages/llama.cpp > has to be compiled by yourself, either via the AUR
I don't think I'd call the AUR "compiled by yourself". It's still a package manager. You're not running the config and make commands yourself. I mean what do you want? A precompiled binary? That doesn't work very well for something like llama.cpp. You'd have to deliver a lot more with it and pin the versions of the dependencies, which will definitely result in lost performance.Is running `yay -S llama.cpp` really that big of a deal? You're not intervening in any way different for any other package (that also aren't precompiled binaries) |
|
Yes, exactly :-)
Haven't used yay or other aur helpers so far. Maybe that's why my systems run so stable?
Should maybe look into it.
Have used Yaourt on Arch in the far past, with...errm...varying success ;->