You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example demonstrates how to export the [EfficientSAM](https://github.com/yformer/EfficientSAM) model to Core ML and XNNPACK using ExecuTorch.
4
+
5
+
# Instructions
6
+
7
+
## 1. Setup
8
+
9
+
Follow the [tutorial](https://pytorch.org/executorch/main/getting-started-setup#) to set up ExecuTorch.
10
+
11
+
## 2. Exports
12
+
13
+
### Exporting to Core ML
14
+
15
+
Make sure to install the [required dependencies](https://pytorch.org/executorch/main/build-run-coreml.html#setting-up-your-developer-environment) for Core ML export.
16
+
17
+
To export the model to Core ML, run the following command:
0 commit comments