feat: disable unused stuff

This commit is contained in:
uttarayan21
2025-08-09 15:26:00 +05:30
parent 0d4a856cdc
commit 292749e5c9
7 changed files with 48 additions and 38 deletions

View File

@@ -128,6 +128,12 @@
llama-cpp = prev.llama-cpp.overrideAttrs (oldAttrs: {
src = inputs.llama-cpp;
version = "b6116";
cmakeFlags =
oldAttrs.cmakeFlags
++ [
"-DLLAMA_CUDA=ON"
"-DGGML_CUDA_FORCE_CUBLAS=ON"
];
});
python312 = prev.python312.override {
packageOverrides = final: prev: {