5 lines
87 B
Nix
5 lines
87 B
Nix
final: prev: {
|
|
ctranslate2 = prev.ctranslate2.override {
|
|
withCUDA = true;
|
|
};
|
|
}
|