Closed
Description
📚 The doc issue
- The doc is outdated since we do not need to build ExecuTorch from source for CoreML and XNNPACK backends anymore
- Some of the steps are confusing and out of order. For example, the doc suggests to download two repos (et, and et-examples), but then doesn't mention where to run the example commands
- The final Xcode project does not build
Suggest a potential alternative/fix
- Use
pip install executorch
and just focus on XNNPACK and CoreML. Remove references to MPS (for now) - Restructure the steps to be more clear and verbose on which folder/repo we should run commands
- Fix the failing Xcode build project