koboldcpp cuBLAS fix

(thanks to DontEatOreo)
This commit is contained in:
valerie 2024-07-19 20:42:52 -04:00
parent ec3dc5abd6
commit 5ab530f9be
Signed by: valnyx
GPG key ID: CC10324DD962CB7E
3 changed files with 5 additions and 6 deletions

View file

@ -36,7 +36,10 @@ in {
users.mutableUsers = false;
users.users.me.hashedPasswordFile = config.sops.secrets.user_password.path;
nixpkgs.config = {allowUnfree = true;};
nixpkgs.config = {
allowUnfree = true;
cudaSupport = true;
};
nixpkgs.overlays = [
outputs.overlays.additions
outputs.overlays.modifications

View file

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

View file

@ -17,10 +17,6 @@
lib = prev.lib;
};
};
koboldcpp = prev.koboldcpp.override {
cublasSupport = true;
};
gnome-keyring = prev.gnome.gnome-keyring;
};