Merge pull request #284214 from r-ryantm/auto-update/llama-cpp

llama-cpp: 1892 -> 2050
This commit is contained in:
Weijia Wang 2024-02-04 20:18:25 +01:00 committed by GitHub
commit b849674fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,13 +31,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "1892";
version = "2050";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-FNyl8bR0rg6cixcqidqzk9rG62+CI/0BNvzHuUkBq1E=";
hash = "sha256-Wli9dZ5Aa4Xk/c9e2DqcernyfXaT3hd8qRo0GzrnxZU=";
};
postPatch = ''