koboldcpp cuBLAS fix
(thanks to DontEatOreo)
This commit is contained in:
parent
ec3dc5abd6
commit
5ab530f9be
3 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
blender
|
||||
prismlauncher
|
||||
steam
|
||||
koboldcpp
|
||||
unstable.koboldcpp
|
||||
];
|
||||
};
|
||||
user.root = {
|
||||
|
|
|
@ -17,10 +17,6 @@
|
|||
lib = prev.lib;
|
||||
};
|
||||
};
|
||||
koboldcpp = prev.koboldcpp.override {
|
||||
cublasSupport = true;
|
||||
};
|
||||
|
||||
gnome-keyring = prev.gnome.gnome-keyring;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue