ocamlPackages.torch: use libtorch-bin 2.0

This commit is contained in:
Vincent Laporte
2024-01-09 02:22:43 +01:00
committed by Vincent Laporte
parent d405cc8e0e
commit 63c4175cb0
+1 -1
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 { };