koboldcpp doesn't come with cublas for some reason
This commit is contained in:
parent
c2e090a9d7
commit
132b329c89
2 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
blender
|
||||
prismlauncher
|
||||
steam
|
||||
koboldcpp
|
||||
];
|
||||
};
|
||||
user.root = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue