Commit aff243e0 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.gguf: 8292 -> 8545

parent cce61772
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage (finalAttrs: {
  pname = "gguf";
  version = "8292";
  version = "8545";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ggml-org";
    repo = "llama.cpp";
    tag = "b${finalAttrs.version}";
    hash = "sha256-nlUG9b+LGKdQ4kfUTqWUPgqavOMVhD8mAYwf3WARO3s=";
    hash = "sha256-sb0fSpzwyl2Ws270if/4Ts75J3E6mGEJ/N5GDjzgg6A=";
  };

  sourceRoot = "${finalAttrs.src.name}/gguf-py";