all repos — nix-packages @ 1545e95555e06182e6e37fa5c7162deb85e647d2

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;
}