commit 34c25c0a91830939d200bdc856e17499e8346b09
parent 4b93cfd27d967253c840048f3e06ae15ab11f9c6
Author: Vineet Kumar <git@vineetk.net>
Date: Tue, 20 Jan 2026 16:55:31 -0500
demiurge: add llama.cpp
will need to make rocm version of this once codeberg.org/guix/guix
PR#5583 is merged
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm
@@ -3,6 +3,7 @@
#:use-module (gnu packages emacs)
#:use-module (gnu packages golang-crypto)
#:use-module (gnu packages linux)
+ #:use-module (gnu packages machine-learning)
#:use-module (gnu packages version-control)
#:use-module (gnu packages vpn)
#:use-module (gnu services desktop)
@@ -90,6 +91,7 @@
(packages (append (list emacs-no-x
git
+ llama-cpp ; TODO make rocm version (upstream is only cpu and vulkan)
zfs-linux)
%base-packages))