I need to run the custom Python script locally on iOS and get the retune values. I am unable to find the right steps to integrate PyTorch into my iOS application.
@Lokesh1, as @ptrblck mentioned above, for the legacy workflow, you can use Cocoapods or download a .zip archive with prebuilt libs and headers (and make a framework with them if you wish), and for ExecuTorch you can build a .xcframework locally using build_apple_frameworks script as described here