python3Packages.gguf: 0.6.0 -> 0.9.1 (#336294)

This commit is contained in:
Johannes Jöns
2024-09-01 12:37:32 +00:00
committed by GitHub
@@ -5,26 +5,26 @@
numpy,
poetry-core,
pythonOlder,
tqdm,
}:
buildPythonPackage rec {
pname = "gguf";
version = "0.6.0";
version = "0.9.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-suIuq6KhBsGtFIGGoUrZ8pxCk1Fob+nXzhbfOaBgfmU=";
hash = "sha256-9ecJh+FbGcVF9qn3UztAM/swYzDrHzxclf0osUw/0zs=";
};
dependencies = [
numpy
poetry-core
tqdm
];
doCheck = false;
meta = with lib; {
description = "Module for writing binary files in the GGUF format";
homepage = "https://ggml.ai/";