Libtorch binaries built with different toolsets

Is it possible to get Libtorch on Windows prebuilt binaries that are built against the v141 toolset? I’m using the latest libtorch 1.6.0 (CUDA 10.2) with VS 2017, and the v141 toolset, and I’m having issues with the debug build. It has a dependency on VCRUNTIME150_1D.dll, which is part of the 2019 redistributable.
pytorch_deps

@peterjc123 Is this possible? Any suggestions?

Sorry, but it is very unlikely for us to provide a VS2017 build for all specs. However, since the VC Debug DLLs are not redistributable, maybe we should provide binary debug builds for VS2017. By the way, would you please open a new issue at https://github.com/pytorch/pytorch?

Yes. Find the issue here