3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #273967 from suhr/mixtral

llama-cpp: 1573 -> 1671
This commit is contained in:
Nick Cao 2023-12-21 17:41:58 -05:00 committed by GitHub
commit 56dea89a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "1573";
version = "1671";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-FEH0SI87qtezc++TAR38wfldx6/1GknuTBWGn+UyFPI=";
hash = "sha256-OFRc3gHKQboVCsDlQVHwzEBurIsOMj/bVGYuCLilydE=";
};
patches = [