commit 8f7d823106ad370a893deeb40e8943267bee7e4a
parent bfdbccd18e228948ef5f6bc3dbb3de23ad14e8c4
Author: Vineet Kumar <git@vineetk.net>
Date: Thu, 28 May 2026 22:09:22 -0400
packages/machine-learning: update llama-cpp-rocm to b9387
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/epistemia/packages/machine-learning.scm b/epistemia/packages/machine-learning.scm
@@ -16,7 +16,7 @@
#:use-module (gnu packages rocm-libs))
(define-public llama-cpp-rocm
- (let ((tag "b9296"))
+ (let ((tag "b9387"))
(package
(inherit llama-cpp)
(name "llama-cpp-rocm")
@@ -29,7 +29,7 @@
(commit tag)))
(file-name (git-file-name name tag))
(sha256
- (base32 "1j9icqkqaap00lhlns4j98yxd3x5h48n1izbal2i6s3vwbg0c2ib"))))
+ (base32 "182nd5bw938vfa9mxq6wy1xj9jy12w38kgwb3ybgls4vigcbdikb"))))
(arguments
(substitute-keyword-arguments (package-arguments llama-cpp)
((#:configure-flags flags #~'())