Torch as dependency in bazel

Has anyone here had luck with using torch as a dependency in a bazel based project? I have successfully managed to get things working with pre-built libraries, but as a next step I would like to include torch into the project by building it from source. Unfortunately, the bazel-setup in the repo doesn’t seem to be built for this

2 Likes