llama-cpp: patch for vulkan support instead
All checks were successful
Build and Deploy / deploy (push) Successful in 7m23s

This commit is contained in:
2026-04-07 20:04:06 -04:00
parent fdc1596bce
commit 2884a39eb1
4 changed files with 404 additions and 9 deletions

View File

@@ -29,8 +29,7 @@
};
llamacpp = {
# url = "github:TheTom/llama-cpp-turboquant/feature/turboquant-kv-cache";
url = "github:apollosenvy/llama-cpp-turboquant/pr/vulkan-turbo3";
url = "github:TheTom/llama-cpp-turboquant/feature/turboquant-kv-cache";
inputs.nixpkgs.follows = "nixpkgs";
};