1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 17:20:32 +02:00

gnu: python-gguf: Update to 0.18.0.

* gnu/packages/machine-learning.scm (python-gguf): Update to 0.18.0.

Change-Id: I16863aa891ce4e913837fedd26facbf3e5acdc8d
This commit is contained in:
Cayetano Santos
2026-03-20 15:58:29 +01:00
parent 9cf65c5aa5
commit 0b2a7f9945

View File

@@ -7100,7 +7100,7 @@ training of deep learning models for inference and training on-device.")
(define-public python-gguf
(package
(name "python-gguf")
(version "0.17.1")
(version "0.18.0")
(source
(origin
(method git-fetch)
@@ -7109,7 +7109,7 @@ training of deep learning models for inference and training on-device.")
(commit (string-append "gguf-v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0lrvj0ahhyj5paxfzk0brps2m8j7fy47n7k4v4xjg9xqqq6wqc2y"))))
(base32 "0rw69ywvr1kfh1jaa42a5q9qfl72wx8442cw578gi2h3iw2vjh3d"))))
(build-system pyproject-build-system)
(arguments
(list