Skip to content

Commit

Permalink
Merge pull request #297779 from r-ryantm/auto-update/llama-cpp
Browse files Browse the repository at this point in the history
llama-cpp: 2454 -> 2481
  • Loading branch information
drupol authored Mar 22, 2024
2 parents 5cf5dd0 + c70ff30 commit 653a2b5
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 @@ -69,13 +69,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "2454";
version = "2481";

src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-eZvApj2yLFCbS/TWaHeXJIVQ4PXbPlrxxu/eiov2T8k=";
hash = "sha256-40GSZZEnjM9L9KVVKdSKtBoSRy996l98ORM4NeltsSM=";
};

postPatch = ''
Expand Down

0 comments on commit 653a2b5

Please sign in to comment.