Unverified Commit a001d8a8 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

koboldcpp: 1.99.4 -> 1.100.1 (#455895)

parents 7e572e66 6e112007
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -41,13 +41,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "koboldcpp";
  version = "1.99.4";
  version = "1.100.1";

  src = fetchFromGitHub {
    owner = "LostRuins";
    repo = "koboldcpp";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ilBrTMtY6bhns2GcwDckGq4+RqzgzBCg0HJJ4QUx8Co=";
    hash = "sha256-Z3yPsC7WDFHwXVInnu96ZVWAjn6XyN0aVviwGkvoe1A=";
  };

  enableParallelBuilding = true;
@@ -104,7 +104,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {

    install -Dm755 koboldcpp.py "$out/bin/koboldcpp.unwrapped"
    cp *.so "$out/bin"
    cp *.embd "$out/bin"
    cp embd_res/*.embd "$out/bin"

    ${lib.optionalString metalSupport ''
      cp *.metal "$out/bin"