Commit 63c4175c authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.torch: use libtorch-bin 2.0

parent d405cc8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1770,7 +1770,7 @@ let
    topkg = callPackage ../development/ocaml-modules/topkg { };

    torch = callPackage ../development/ocaml-modules/torch {
      inherit (pkgs.python3Packages) torch;
      torch = pkgs.libtorch-bin;
    };

    trace = callPackage ../development/ocaml-modules/trace { };