llama-cpp: add gemma 4 graph fix
All checks were successful
Build and Deploy / deploy (push) Successful in 6m42s

This commit is contained in:
2026-04-07 22:59:59 -04:00
parent 4f41789995
commit 0e75c0036f
2 changed files with 25 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ in
inputs.llamacpp.packages.${pkgs.system}.vulkan.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
../patches/llamacpp/0003-gemma4-tokenizer-fix.patch
../patches/llamacpp/0004-gemma4-graph-fix.patch
];
})
);