organize patches + add gemma4 patch
All checks were successful
Build and Deploy / deploy (push) Successful in 2m41s
All checks were successful
Build and Deploy / deploy (push) Successful in 2m41s
This commit is contained in:
@@ -25,7 +25,10 @@ in
|
||||
host = "0.0.0.0";
|
||||
package = lib.optimizePackage (
|
||||
inputs.llamacpp.packages.${pkgs.system}.vulkan.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ]) ++ [ ../patches/0002-llamacpp-vulkan-turbo3.patch ];
|
||||
patches = (old.patches or [ ]) ++ [
|
||||
../patches/llamacpp/0002-llamacpp-vulkan-turbo3.patch
|
||||
../patches/llamacpp/0003-gemma4-tokenizer-fix.patch
|
||||
];
|
||||
})
|
||||
);
|
||||
extraFlags = [
|
||||
|
||||
Reference in New Issue
Block a user