I installed libtorch on MacOS from https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.4.1.zip , and the package does not build because it is using v0.14 of tch instead of v0.17. When I coned the repo and updated the cv-convert/Cargo.toml to use v0.17 of tch, the build was successful.
I installed libtorch on MacOS from https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.4.1.zip , and the package does not build because it is using
v0.14
oftch
instead ofv0.17
. When I coned the repo and updated thecv-convert/Cargo.toml
to usev0.17
oftch
, the build was successful.