Skip to content

Commit

Permalink
Merge pull request #305713 from r-ryantm/auto-update/llama-cpp
Browse files Browse the repository at this point in the history
llama-cpp: 2674 -> 2700
  • Loading branch information
ck3d authored Apr 22, 2024
2 parents 66f5baa + fdcc523 commit d1c6f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ll/llama-cpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "2674";
version = "2700";

src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-5Vc9DkXD83X22xRxZ2laCxrAZe2RdsL6FwR2tC/YGU0=";
hash = "sha256-gR50T++TE9/tlIjSQDp2FR+wiUSpyA+Fh7Nzg/y3zPE=";
};

postPatch = ''
Expand Down

0 comments on commit d1c6f0e

Please sign in to comment.