I want to check the compilation and distribution parts

Hi. I want to check the compilation and distribution parts of Pytorch.
It would be appreciated if you let me know which part of the code is the part that compiles and distributes Pytorch.

I assume you are interested in the building steps to create the pip wheels and conda binaries.
If so, then take a look at the pytorch/builder repository.