all repos — nix-packages @ e144e0b3a41f10d5b29d90f7e48d9fede51d15a9

My personal collection of packages for nix

pkgs/by-directory/llama-cpp-cuda/package.nix (view raw)

1
2
3
4
{ llama-cpp }:
llama-cpp.override {
  cudaSupport = true;
}