guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c09dff6a23da2e8edd3821be20ed9846c7c78e07
Author: Roman Scherer <[email protected]>
AuthorDate: Tue Jul 7 20:53:56 2026 +0200
gnu: ggml-for-whisper: Update to 0.15.1.
* gnu/packages/machine-learning.scm (ggml-for-whisper): Update to 0.15.1.
Merges guix/guix!9807
Signed-off-by: Cayetano Santos <[email protected]>
---
gnu/packages/machine-learning.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 6724467c4b..4589212ca3 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -284,7 +284,7 @@ libraries such as PyTorch and TensorFlow.")
(package
(inherit ggml)
(name "ggml-for-whisper")
- (version "0.13.1") ;sync whisper.cpp
+ (version "0.15.1") ;sync whisper.cpp
(source
(origin
(method git-fetch)
@@ -293,7 +293,7 @@ libraries such as PyTorch and TensorFlow.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "18sbbglh1p2yaslzsbrlnfm4rg0bfxnjs2vy9sa5vpq8shnyx61r"))))))
+ (base32 "06bw4dbnzmy9wz3k6g4a2vf7yjn7xpqzam4ra6mxv3lkvhz0fhsg"))))))
(define-public git-ai
(package