caffeWithCuda: init at 1.0
This commit is contained in:
parent
1ef351f4af
commit
a60ab2a1c7
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue