koboldcpp doesn't come with cublas for some reason

This commit is contained in:
valerie 2024-07-13 23:34:59 -04:00
parent c2e090a9d7
commit 132b329c89
Signed by: valnyx
GPG key ID: CC10324DD962CB7E
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,7 @@
blender
prismlauncher
steam
koboldcpp
];
};
user.root = {

View file

@ -15,6 +15,9 @@
lib = prev.lib;
};
});
koboldcpp = prev.koboldcpp.override {
cublasSupport = true;
};
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will