ext/torch/utils.h in torch-rb-0.10.2 vs ext/torch/utils.h in torch-rb-0.11.0

- old
+ new

@@ -4,10 +4,10 @@ #include <rice/rice.hpp> #include <rice/stl.hpp> static_assert( - TORCH_VERSION_MAJOR == 1 && TORCH_VERSION_MINOR == 11, + TORCH_VERSION_MAJOR == 1 && TORCH_VERSION_MINOR == 12, "Incompatible LibTorch version" ); // TODO find better place inline void handle_error(torch::Error const & ex) {