From 2821265dfd15ba39e1873cd035720f3343df5791 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Wed, 11 Apr 2018 15:43:36 +0200 Subject: Swap incorrect TheanoWithoutCuda with TheanoWithCuda --- pkgs/top-level/python-packages.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/top-level/python-packages.nix') diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 0b78cb40656d..7748120cd49c 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -13056,13 +13056,13 @@ in { }; TheanoWithoutCuda = self.Theano.override { - cudaSupport = true; - cudnnSupport = true; + cudaSupport = false; + cudnnSupport = false; }; TheanoWithCuda = self.Theano.override { - cudaSupport = false; - cudnnSupport = false; + cudaSupport = true; + cudnnSupport = true; }; thespian = callPackage ../development/python-modules/thespian { }; -- cgit 1.4.1