mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: llama-cpp: Update to b6101.
* gnu/packages/machine-learning.scm (llama-cpp): Update to b6101. Change-Id: I85d532605d606e3f0d11ea16008ac6c7478093cf Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
89a1cc05e6
commit
b4895b4ca7
1 changed files with 2 additions and 2 deletions
|
@ -683,7 +683,7 @@ Performance is achieved by using the LLVM JIT compiler.")
|
|||
(deprecated-package "guile-aiscm-next" guile-aiscm))
|
||||
|
||||
(define-public llama-cpp
|
||||
(let ((tag "b6056"))
|
||||
(let ((tag "b6101"))
|
||||
(package
|
||||
(name "llama-cpp")
|
||||
(version (string-append "0.0.0-" tag))
|
||||
|
@ -695,7 +695,7 @@ Performance is achieved by using the LLVM JIT compiler.")
|
|||
(commit tag)))
|
||||
(file-name (git-file-name name tag))
|
||||
(sha256
|
||||
(base32 "1y9blrd7c8snazjmjkzj0148v328pigncvf1l9g1ih735b67zpd0"))))
|
||||
(base32 "0yz97dk19pxqck9l83wvlwzf1i78wrc55hrk9ynraqybdz7yqjdc"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue