We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1facfa9 commit 87aa699Copy full SHA for 87aa699
.ci/scripts/test_ios_ci.sh
@@ -7,7 +7,7 @@
7
8
set -e
9
10
-APP_PATH="examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo"
+APP_PATH="executorch-examples/apple/ExecuTorchDemo/ExecuTorchDemo"
11
MODEL_NAME="mv3"
12
SIMULATOR_NAME="executorch"
13
@@ -34,6 +34,10 @@ say() {
34
echo -e "\033[1m\n\t** $1 **\n\033[0m"
35
}
36
37
+say "Cloning the Demo App"
38
+
39
+git clone --depth 1 https://github.com/pytorch-labs/executorch-examples.git
40
41
say "Installing CoreML Backend Requirements"
42
43
./backends/apple/coreml/scripts/install_requirements.sh
0 commit comments