summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-05-28 22:09:22 -0400
committerVineet Kumar <git@vineetk.net>2026-05-28 22:09:22 -0400
commit8f7d823106ad370a893deeb40e8943267bee7e4a (patch)
tree4e03776f212d3acb3665fa43c4d2ab719767f1a5
parentbfdbccd18e228948ef5f6bc3dbb3de23ad14e8c4 (diff)
packages/machine-learning: update llama-cpp-rocm to b9387
-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 790b11f..5b186b2 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 "b9296")) 19 (let ((tag "b9387"))
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 "1j9icqkqaap00lhlns4j98yxd3x5h48n1izbal2i6s3vwbg0c2ib")))) 32 (base32 "182nd5bw938vfa9mxq6wy1xj9jy12w38kgwb3ybgls4vigcbdikb"))))
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 #~'())