commit 38b9a9eee8f75b66349b9744879fada00ad37263
parent 8de2ab4e8612e3f5709b95ba4453a2586e9ee772
Author: Vineet Kumar <git@vineetk.net>
Date: Thu, 2 Apr 2026 12:06:33 -0400
demiurge: update llama.cpp to b8611 from b8411
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm
@@ -50,8 +50,8 @@
(define update-llama-cpp
(options->transformation
'((without-tests . "llama-cpp")
- (with-commit . "ggml=v0.9.8")
- (with-commit . "llama-cpp=b8411"))))
+ (with-commit . "ggml=v0.9.10")
+ (with-commit . "llama-cpp=b8611"))))
(operating-system
(inherit base-system)