nixos-configs/overlays/misc/default.nix

7 lines
109 B
Nix
Raw Normal View History

final: prev: {
ctranslate2 = prev.ctranslate2.override {
withCUDA = true;
2024-09-05 09:18:23 -04:00
withCuDNN = true;
};
}