ocamlPackages.torch: use libtorch-bin 2.0
This commit is contained in:
parent
d405cc8e0e
commit
63c4175cb0
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue