mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: llama-cpp: Update to b4549.
* gnu/packages/machine-learning.scm (llama-cpp): Update to b4549. [arguments]<#:phases>[disable-unrunable-tests]: Modify. Change-Id: I7dd80273dc000e1ac6b46930222c4b4ebcddcb5f
This commit is contained in:
parent
762e6709cc
commit
d1e3c41abd
1 changed files with 4 additions and 5 deletions
|
@ -583,7 +583,7 @@ Performance is achieved by using the LLVM JIT compiler.")
|
||||||
(deprecated-package "guile-aiscm-next" guile-aiscm))
|
(deprecated-package "guile-aiscm-next" guile-aiscm))
|
||||||
|
|
||||||
(define-public llama-cpp
|
(define-public llama-cpp
|
||||||
(let ((tag "b4137"))
|
(let ((tag "b4549"))
|
||||||
(package
|
(package
|
||||||
(name "llama-cpp")
|
(name "llama-cpp")
|
||||||
(version (string-append "0.0.0-" tag))
|
(version (string-append "0.0.0-" tag))
|
||||||
|
@ -595,7 +595,7 @@ Performance is achieved by using the LLVM JIT compiler.")
|
||||||
(commit tag)))
|
(commit tag)))
|
||||||
(file-name (git-file-name name tag))
|
(file-name (git-file-name name tag))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0agm0188f9y2pr15v83a2fm0k9b8wag96qb3ryq4l2g6nkysiqlj"))))
|
(base32 "1xf2579q0r8nv06kj8padi6w9cv30w58vdys65nq8yzm3dy452a1"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -630,9 +630,8 @@ Performance is achieved by using the LLVM JIT compiler.")
|
||||||
;; run in Guix build environment
|
;; run in Guix build environment
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* '("examples/eval-callback/CMakeLists.txt")
|
(substitute* '("examples/eval-callback/CMakeLists.txt")
|
||||||
(("add_test") "#add_test"))
|
(("COMMAND llama-eval-callback")
|
||||||
(substitute* '("examples/eval-callback/CMakeLists.txt")
|
"COMMAND true llama-eval-callback"))))
|
||||||
(("set_property") "#set_property"))))
|
|
||||||
(add-before 'install 'install-python-scripts
|
(add-before 'install 'install-python-scripts
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((bin (string-append #$output "/bin/")))
|
(let ((bin (string-append #$output "/bin/")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue