GNU bug report logs -
#76999
[PATCH 0/2] gnu: llama-cpp: Update to 0.0.0-b4882.
Previous Next
Reported by: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Date: Thu, 13 Mar 2025 19:49:02 UTC
Severity: normal
Tags: patch
Done: Danny Milosavljevic <dannym <at> friendly-machines.com>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 76999 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Morgan Smith <Morgan.J.Smith <at> outlook.com> writes:
> * gnu/packages/machine-learning.scm (python-gguf-llama-cpp): New variable.
>
> Change-Id: I1c1b5f5956e3acb380b56816d180f53243b741fa
> ---
> gnu/packages/machine-learning.scm | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
> index 246b004156..ee5feb58fc 100644
> --- a/gnu/packages/machine-learning.scm
> +++ b/gnu/packages/machine-learning.scm
> @@ -6490,6 +6490,21 @@ (define-public python-gguf
> (description "A Python library for reading and writing GGUF & GGML format ML models.")
> (license license:expat)))
>
> +(define-public python-gguf-llama-cpp
> + (package/inherit python-gguf
> + (version "0.16.0")
> + (source (package-source llama-cpp))
> + (propagated-inputs (list python-numpy python-pyyaml python-sentencepiece
> + python-tqdm))
> + (native-inputs (list python-poetry-core))
> + (arguments
> + (substitute-keyword-arguments (package-arguments python-gguf)
> + ((#:phases phases #~%standard-phases)
> + #~(modify-phases #$phases
> + (add-after 'unpack 'chdir
> + (lambda _
> + (chdir "gguf-py")))))))))
> +
> (define-public python-gymnasium
> (package
> (name "python-gymnasium")
Can python-gguf be updated rather than adding this package?
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.