Commit b0e909a
Migrate iOS app demo (#6)
* parent 5021c18
author Nikhil Viswanath Sivakumar <[email protected]> 1741841357 -0500
committer Nikhil Viswanath Sivakumar <[email protected]> 1745433893 -0500
Migrate iOS Demo App
parent 5021c18
author Nikhil Viswanath Sivakumar <[email protected]> 1741841357 -0500
committer Nikhil Viswanath Sivakumar <[email protected]> 1745433648 -0500
Migrate iOS Demo App
Migrate iOS app demo as README.md
Reproduced https://github.com/pytorch/executorch/tree/main/examples/demo-apps/apple_ios/ExecuTorchDemo and added last line in docs to point to this GitHub repo
Changed file path to executorch-examples/mv3/apple/MobileNetV3Demo/README.md
Changed directory and made changes after local testing
Final directory: executorch-examples/mv3/apple/ExecuTorchDemo
Changes from [current demo](https://pytorch.org/executorch/main/demo-apps-ios.html#):
1) Check Swift Package Manager version under Prerequisites
2) Export Model - export.py for backends
3) Directory changes in Final Steps
Files for iOS MV3 Demo App
export script for MV3.pte and XNNPack, CoreML, MPS backends
Update README.md
Rename mv3/apple/ExecuTorchDemo/export.py to mv3/apple/ExecuTorchDemo/python/export.py
Removed export.py code block from README.md
Added code formatting for Clone the Demo App subsection
added snapshot url
Delete mv3/apple/ExecuTorchDemo/ExecuTorchDemo/Resources/Models/MobileNet directory
atomically migrated apple/ExecuTorch to mv3/apple/ExecuTorchDemo
Updated directory structure to have python in mv3 folder
fixed typo in .gitignore
Update project.pbxproj to pin to 0.6.0 (#11)
MV2 cpp and python example (#13)
Update README.md (#12)
* Update README.md
* Update README.md
fix directory and resolve conflicts
MV2 cpp and python example (#13)
Update .gitignore (#17)
* Delete xcuserdata
* Delete *.xcworkspace
---------
Co-authored-by: Mergen Nachin <[email protected]>1 parent 5021c18 commit b0e909a
File tree
20 files changed
+196
-0
lines changed- mv3
- apple/ExecuTorchDemo
- ExecuTorchDemo.xcodeproj
- ExecuTorchDemo
- Resources/Examples
- Sources
- App
- ImageClassification
- MobileNet
- Test
- python
20 files changed
+196
-0
lines changed
0 commit comments