diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-04-20 16:20:40 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-04-20 16:21:25 -0400 |
| commit | 760182f382a85c15b2b95ee4c933883088fcbc57 (patch) | |
| tree | 191e3e1de22eac22e6692ce9eeab3475738286c9 | |
| parent | ed047e633f6841e017163d1a8f13c3f1724c0228 (diff) | |
demiurge: remove llama.cpp from system profile
I mainly use vllm now from my llm container
| -rw-r--r-- | epistemia/systems/demiurge.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm index 9c8b090..430632d 100644 --- a/epistemia/systems/demiurge.scm +++ b/epistemia/systems/demiurge.scm | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | #:use-module (gnu packages emacs) | 4 | #:use-module (gnu packages emacs) |
| 5 | #:use-module (gnu packages golang-crypto) | 5 | #:use-module (gnu packages golang-crypto) |
| 6 | #:use-module (gnu packages linux) | 6 | #:use-module (gnu packages linux) |
| 7 | #:use-module (gnu packages machine-learning) | ||
| 8 | #:use-module (gnu packages music) | 7 | #:use-module (gnu packages music) |
| 9 | #:use-module (gnu packages version-control) | 8 | #:use-module (gnu packages version-control) |
| 10 | #:use-module (gnu packages vpn) | 9 | #:use-module (gnu packages vpn) |
| @@ -48,13 +47,6 @@ | |||
| 48 | "proxy_set_header Upgrade $http_upgrade;" | 47 | "proxy_set_header Upgrade $http_upgrade;" |
| 49 | "proxy_set_header Connection \"upgrade\";"))))))) | 48 | "proxy_set_header Connection \"upgrade\";"))))))) |
| 50 | 49 | ||
| 51 | ;; upstream guix updates slowly | ||
| 52 | (define update-llama-cpp | ||
| 53 | (options->transformation | ||
| 54 | '((without-tests . "llama-cpp") | ||
| 55 | (with-commit . "ggml=v0.9.10") | ||
| 56 | (with-commit . "llama-cpp=b8611")))) | ||
| 57 | |||
| 58 | (operating-system | 50 | (operating-system |
| 59 | (inherit base-system) | 51 | (inherit base-system) |
| 60 | (host-name "demiurge.epistemia") | 52 | (host-name "demiurge.epistemia") |
| @@ -115,7 +107,6 @@ | |||
| 115 | 107 | ||
| 116 | (packages (append (list emacs-no-x | 108 | (packages (append (list emacs-no-x |
| 117 | git | 109 | git |
| 118 | (update-llama-cpp llama-cpp) | ||
| 119 | zfs-linux) | 110 | zfs-linux) |
| 120 | %base-packages)) | 111 | %base-packages)) |
| 121 | 112 | ||
