llama-cpp: add gemma 4 graph fix
All checks were successful
Build and Deploy / deploy (push) Successful in 6m42s
All checks were successful
Build and Deploy / deploy (push) Successful in 6m42s
This commit is contained in:
@@ -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
|
||||
];
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user