Package Details: python-gguf 0.17.1-1

Git Clone URL: https://aur.archlinux.org/python-gguf.git (read-only, click to copy)
Package Base: python-gguf
Description: for writing binary files in the GGUF (GGML Universal File) format.
Upstream URL: https://ggml.ai/
Licenses: MIT
Submitter: envolution
Maintainer: envolution
Last Packager: envolution
Votes: 1
Popularity: 0.058490
First Submitted: 2024-11-30 17:41 (UTC)
Last Updated: 2025-06-20 01:00 (UTC)

Latest Comments

Orion-zhen commented on 2026-01-13 04:33 (UTC)

Traceback (most recent call last):
  File "/usr/bin/convert_hf_to_gguf.py", line 31, in <module>
    from gguf.vocab import MistralTokenizerType, MistralVocab
ImportError: cannot import name 'MistralTokenizerType' from 'gguf.vocab' (/usr/lib/python3.14/site-packages/gguf/vocab.py)

Building from llama.cpp/gguf-py is OK. So maybe the code source should be changed to llama.cpp/gguf-py folder to get the latest code?

kgizdov commented on 2025-03-31 09:06 (UTC)

It requires python-sentencepiece to function. Add it to deps.

eskalvarado commented on 2025-02-05 06:07 (UTC)

it requires python-poetry for building also.