I am trying to bulid libtorch from source by this.
I found that build/include directory only contain c10d(dir)
and sleef.h(file)
, but official pre-build release contain (ATen c10 caffe2 pybind11 TH THC THCUNN THNN torch) dirs
.
so, how can we get libtorch package just like official pre-build release(libtorch-win-shared-with-deps-debug-latest), particually windows platform.