caffeWithCuda: init at 1.0

This commit is contained in:
Samuel Ainsworth 2022-04-03 03:08:24 +00:00
parent 1ef351f4af
commit a60ab2a1c7

View file

@ -33029,6 +33029,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Accelerate CoreGraphics CoreVideo;
} // (config.caffe or {}));
caffeWithCuda = caffe.override { cudaSupport = true; };
caffe2 = callPackage ../development/libraries/science/math/caffe2 (rec {
inherit (python3Packages) python future six numpy pydot;
protobuf = protobuf3_1;