From efa38044fde941489503843f9cb76169fdefb5a9 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Mon, 6 Oct 2025 15:23:02 -0700 Subject: [PATCH] Update APP_PATH to point to mv3 directory --- 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"