How is PyTorch pip version compiled ? (flags, libs, ...) [cpu only]

here’s a link to the build script that is used to build the cpu-only wheel:

https://github.com/pytorch/builder/tree/master/manywheel (linux)
https://github.com/pytorch/builder/tree/master/wheel (osx)

3 Likes