6 lines
109 B
Nix
6 lines
109 B
Nix
final: prev: {
|
|
ctranslate2 = prev.ctranslate2.override {
|
|
withCUDA = true;
|
|
withCuDNN = true;
|
|
};
|
|
}
|