summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-06-03 11:55:19 -0400
committerVineet Kumar <git@vineetk.net>2026-06-03 11:55:43 -0400
commitd08a7476a6b766e0c9dfc076356446fef43d3e88 (patch)
treeef9b438e09ec8bcf959ef1a423668d74c52e086c
parent5aeb9f8bde19cbf1a3cfa3a16c38d90df7058ff6 (diff)
packages/machine-learning: update llama-cpp-rocm to b9491
-rw-r--r--epistemia/packages/machine-learning.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/epistemia/packages/machine-learning.scm b/epistemia/packages/machine-learning.scm
index 9ed078b..7bbb9e4 100644
--- a/epistemia/packages/machine-learning.scm
+++ b/epistemia/packages/machine-learning.scm
@@ -16,7 +16,7 @@
16 #:use-module (gnu packages rocm-libs)) 16 #:use-module (gnu packages rocm-libs))
17 17
18(define-public llama-cpp-rocm 18(define-public llama-cpp-rocm
19 (let ((tag "b9387")) 19 (let ((tag "b9491"))
20 (package 20 (package
21 (inherit llama-cpp) 21 (inherit llama-cpp)
22 (name "llama-cpp-rocm") 22 (name "llama-cpp-rocm")
@@ -29,7 +29,7 @@
29 (commit tag))) 29 (commit tag)))
30 (file-name (git-file-name name tag)) 30 (file-name (git-file-name name tag))
31 (sha256 31 (sha256
32 (base32 "182nd5bw938vfa9mxq6wy1xj9jy12w38kgwb3ybgls4vigcbdikb")))) 32 (base32 "096rpq10ranq9yn8sk4s10myb0b7qzmq3crvv1w7mqwk1nmg0vxq"))))
33 (arguments 33 (arguments
34 (substitute-keyword-arguments (package-arguments llama-cpp) 34 (substitute-keyword-arguments (package-arguments llama-cpp)
35 ((#:configure-flags flags #~'()) 35 ((#:configure-flags flags #~'())