llama-cpp: update
All checks were successful
Build and Deploy / deploy (push) Successful in 2m33s

This commit is contained in:
2026-04-07 22:29:02 -04:00
parent 98310f2582
commit c0390af1a4
3 changed files with 3 additions and 396 deletions

View File

@@ -26,7 +26,6 @@ in
package = lib.optimizePackage (
inputs.llamacpp.packages.${pkgs.system}.vulkan.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
../patches/llamacpp/0002-llamacpp-vulkan-turbo3.patch
../patches/llamacpp/0003-gemma4-tokenizer-fix.patch
];
})