diff --git a/.ci/scripts/test_ios_ci.sh b/.ci/scripts/test_ios_ci.sh index 50c6448d4b2..e87dbec8444 100755 --- a/.ci/scripts/test_ios_ci.sh +++ b/.ci/scripts/test_ios_ci.sh @@ -7,7 +7,7 @@ set -e -APP_PATH="examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo" +APP_PATH="executorch-examples/apple/ExecuTorchDemo/ExecuTorchDemo" MODEL_NAME="mv3" SIMULATOR_NAME="executorch" @@ -34,6 +34,10 @@ say() { echo -e "\033[1m\n\t** $1 **\n\033[0m" } +say "Cloning the Demo App" + +git clone --depth 1 https://github.com/pytorch-labs/executorch-examples.git + say "Installing CoreML Backend Requirements" ./backends/apple/coreml/scripts/install_requirements.sh