top | item 35400039

(no title)

pablo1107 | 2 years ago

Maybe using Nix it's a better experience for creating such an environment where you depending also on system utilities.

discuss

order

superkuh|2 years ago

Everyone is using llama.cpp because we reject the idea of giving up on system libraries like nix does. That kind of tomfoolery (at least in the desktop context) is only required when you use software projects that use libraries/languages which break forwards compatibility every 3 years.

If you just write straight c++ (without c++xx, or anything like it) you can compile the code on machines from decades ago if you want.

remexre|2 years ago

What's c++xx?