From babb8e38dc82c3ef1736292636d0e2beebe3bfae Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Mon, 6 Oct 2025 15:35:52 -0700 Subject: [PATCH] Update APP_PATH to point to mv3 directory (#14828) (cherry picked from commit bc931e17135e38554e4752b2b3324b9754f29139) --- scripts/test_ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_ios.sh b/scripts/test_ios.sh index 8cb86f8f43c..599ae1683a4 100755 --- a/scripts/test_ios.sh +++ b/scripts/test_ios.sh @@ -15,7 +15,7 @@ set -e OUTPUT="${1:-executorch}" EXIT_STATUS=0 -APP_PATH="executorch-examples/apple/ExecuTorchDemo/ExecuTorchDemo" +APP_PATH="executorch-examples/mv3/apple/ExecuTorchDemo/ExecuTorchDemo" MODEL_NAME="mv3" SIMULATOR_NAME="executorch"