Skip to content

Commit

Permalink
python312Packages.tensorflow: use tensorflow-bin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 1, 2024
1 parent 34c3e4b commit 184346b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15399,7 +15399,7 @@ self: super: with self; {

tensorflow-probability = callPackage ../development/python-modules/tensorflow-probability { };

tensorflow = self.tensorflow-build;
tensorflow = self.tensorflow-bin;

tensorflowWithCuda = self.tensorflow.override {
cudaSupport = true;
Expand Down

0 comments on commit 184346b

Please sign in to comment.