Why Pytorch(Python) doesn't bind LibTorch(C++)

I’m just curious why Pytorch doesn’t bind LibTorch.

I could find this post which mentions about historical issues and compilation time.

Are there any other reasons to work purely Python instead of binding c++. I think binding reduce duplicated implementation and makes the process faster.