ocamlPackages.torch: use libtorch-bin 2.0
This commit is contained in:
committed by
Vincent Laporte
parent
d405cc8e0e
commit
63c4175cb0
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user