File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ jobs:
396396 # create the directory here to pass the build
397397 mkdir -p extension/benchmark/apple/Benchmark/Models
398398 ${CONDA_RUN} --no-capture-output \
399- build /build_apple_llm_demo.sh ${ARTIFACTS_DIR_NAME}
399+ scripts /build_apple_llm_demo.sh ${ARTIFACTS_DIR_NAME}
400400
401401 upload-benchmark-app :
402402 needs : build-benchmark-app
Original file line number Diff line number Diff line change 1212 - install_executorch.sh
1313 - backends/apple/**
1414 - scripts/build_apple_frameworks.sh
15- - build /build_apple_llm_demo.sh
15+ - scripts /build_apple_llm_demo.sh
1616 - build/create_frameworks.sh
1717 - .ci/scripts/test_ios_ci.sh
1818 - examples/demo-apps/apple_ios/**
@@ -319,5 +319,5 @@ jobs:
319319 echo "::group::Build ExecuTorch benchmark app"
320320 mkdir -p extension/benchmark/apple/Benchmark/Models
321321 ${CONDA_RUN} --no-capture-output \
322- build /build_apple_llm_demo.sh "${ARTIFACTS_DIR_NAME}"
322+ scripts /build_apple_llm_demo.sh "${ARTIFACTS_DIR_NAME}"
323323 echo "::endgroup::"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments