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 blender
prismlauncher prismlauncher
steam steam
koboldcpp
]; ];
}; };
user.root = { user.root = {

View file

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