llama-cpp: 6442 -> 6479

Includes fix for v_dot2_f32_f16 being used on ISAs without that instruction.

https://github.com/ggml-org/llama.cpp/pull/15927
This commit is contained in:
Luna Nova
2025-09-15 18:25:56 -07:00
parent bcfadb9526
commit 65b0da63a3
+2 -2
View File
@@ -75,13 +75,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "6442";
version = "6479";
src = fetchFromGitHub {
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${finalAttrs.version}";
hash = "sha256-YNH7gvFtkHaZDnABg9pxJjnsASQfrRU4iqKqVa79MO8=";
hash = "sha256-wgfYjG9m/ainCI85FlCb12Dz01R+pZfFeDX613M4xpQ=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT