ocamlPackages.torch: use libtorch-bin 2.0

This commit is contained in:
Vincent Laporte 2024-01-02 06:48:06 +01:00 committed by Vincent Laporte
parent d405cc8e0e
commit 63c4175cb0

View file

@ -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 { };