1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

gnu: llama-cpp: Update to 0.0.0-b8445.

This update fixes an issue with the server not rendering the webui, see: https://github.com/ggml-org/llama.cpp/pull/20724

* gnu/packages/machine-learning.scm (llama-cpp): Update to 0.0.0-b8445.

Change-Id: Ib90076dfa8af6983587bf8408a465c34b4872873
This commit is contained in:
Cayetano Santos
2026-03-20 13:57:08 +01:00
parent 6b1a15189e
commit bb80506570

View File

@@ -832,7 +832,7 @@ NumPy @code{dtype} extensions used in machine learning libraries, including:
(license license:asl2.0)))
(define-public llama-cpp
(let ((tag "b8411")) ;sync with ggml
(let ((tag "b8445")) ;sync with ggml
(package
(name "llama-cpp")
(version (string-append "0.0.0-" tag))
@@ -844,7 +844,7 @@ NumPy @code{dtype} extensions used in machine learning libraries, including:
(commit tag)))
(file-name (git-file-name name tag))
(sha256
(base32 "1smgl6s3cpa3rg97201rsvb8cyydypqmm1zi42gwaf8w2719r8gp"))))
(base32 "1h97kj34b9157ky3c98g8wlmdqvfrg5paw8pyi38xv7faljb0nf4"))))
(build-system cmake-build-system)
(arguments
(list