commit 760182f382a85c15b2b95ee4c933883088fcbc57
parent ed047e633f6841e017163d1a8f13c3f1724c0228
Author: Vineet Kumar <git@vineetk.net>
Date: Mon, 20 Apr 2026 16:20:40 -0400
demiurge: remove llama.cpp from system profile
I mainly use vllm now from my llm container
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm
@@ -4,7 +4,6 @@
#: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 music)
#:use-module (gnu packages version-control)
#:use-module (gnu packages vpn)
@@ -48,13 +47,6 @@
"proxy_set_header Upgrade $http_upgrade;"
"proxy_set_header Connection \"upgrade\";")))))))
-;; upstream guix updates slowly
-(define update-llama-cpp
- (options->transformation
- '((without-tests . "llama-cpp")
- (with-commit . "ggml=v0.9.10")
- (with-commit . "llama-cpp=b8611"))))
-
(operating-system
(inherit base-system)
(host-name "demiurge.epistemia")
@@ -115,7 +107,6 @@
(packages (append (list emacs-no-x
git
- (update-llama-cpp llama-cpp)
zfs-linux)
%base-packages))