mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Add a function to load the metadata stored in aoti without needing to load the .so. This can be used to store what platform we are compiling the .so on which we can check before loading the .so. Pull Request resolved: https://github.com/pytorch/pytorch/pull/163779 Approved by: https://github.com/yushangdi, https://github.com/desertfire