dev-python/gguf - 0.19.0 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/gguf-0.19.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/gguf-0.19.0

Or alternatively:

emerge --autounmask-write -a =dev-python/gguf-0.19.0

Package Information

Description:
Read and write ML models in GGUF for GGML
Homepage:
https://ggml.ai https://github.com/ggml-org/llama.cpp https://pypi.org/project/gguf/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.19.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="Read and write ML models in GGUF for GGML"
HOMEPAGE="
	https://ggml.ai
	https://github.com/ggml-org/llama.cpp
	https://pypi.org/project/gguf/
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="gui"

RDEPEND="
	>=dev-python/numpy-1.17[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
	>=dev-python/requests-2.25[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.27[${PYTHON_USEDEP}]
	gui? (
		>=dev-python/pyside-6.9[${PYTHON_USEDEP}]
	)
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/gguf | euse -E <flag> -p dev-python/gguf | euse -D <flag> -p dev-python/gguf

Global/Standard Flags

gui

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/numpy-1.17[]
	>=dev-python/pyyaml-5.1[]
	>=dev-python/requests-2.25[]
	>=dev-python/tqdm-4.27[]
	gui? (
		>=dev-python/pyside-6.9[]
	)