|
11 | 11 | - .github/workflows/apple.yml |
12 | 12 | - install_executorch.sh |
13 | 13 | - backends/apple/** |
14 | | - - build/build_apple_frameworks.sh |
15 | | - - build/build_apple_llm_demo.sh |
16 | | - - build/create_frameworks.sh |
| 14 | + - scripts/build_apple_frameworks.sh |
| 15 | + - scripts/build_apple_llm_demo.sh |
| 16 | + - scripts/create_frameworks.sh |
17 | 17 | - .ci/scripts/test_ios_ci.sh |
18 | 18 | - examples/demo-apps/apple_ios/** |
19 | 19 | - extension/apple/** |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 |
|
173 | 173 | # Build iOS Frameworks |
174 | 174 | PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ |
175 | | - build/build_apple_frameworks.sh --Release --Debug --coreml --custom --mps --optimized --portable --quantized --xnnpack |
| 175 | + scripts/build_apple_frameworks.sh --Release --Debug --coreml --custom --mps --optimized --portable --quantized --xnnpack |
176 | 176 |
|
177 | 177 | # Bundle iOS Frameworks |
178 | 178 | for FRAMEWORK in "${FRAMEWORKS[@]}"; do ( |
@@ -313,11 +313,11 @@ jobs: |
313 | 313 |
|
314 | 314 | echo "::group::Build ExecuTorch iOS frameworks" |
315 | 315 | PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \ |
316 | | - build/build_apple_frameworks.sh --Release --Debug --coreml --custom --mps --optimized --portable --quantized --xnnpack |
| 316 | + scripts/build_apple_frameworks.sh --Release --Debug --coreml --custom --mps --optimized --portable --quantized --xnnpack |
317 | 317 | echo "::endgroup::" |
318 | 318 |
|
319 | 319 | echo "::group::Build ExecuTorch benchmark app" |
320 | 320 | mkdir -p extension/benchmark/apple/Benchmark/Models |
321 | 321 | ${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}" |
323 | 323 | echo "::endgroup::" |
0 commit comments