File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -456,17 +456,17 @@ jobs:
456456 BUILD_TOOL=cmake
457457 BACKEND=coreml
458458
459- bash .ci/scripts/setup-conda.sh
459+ # bash .ci/scripts/setup-conda.sh
460460
461461 # Setup MacOS dependencies as there is no Docker support on MacOS atm
462- PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
463- PYTHON_EXECUTABLE=python ${CONDA_RUN} bash backends/apple/coreml/scripts/install_requirements.sh
462+ # PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
463+ # PYTHON_EXECUTABLE=python ${CONDA_RUN} bash backends/apple/coreml/scripts/install_requirements.sh
464464 echo "Finishing installing coreml."
465465
466466 # Build and test coreml model
467- MODELS=(mv3 ic4 resnet50 edsr mobilebert w2l)
468- for MODEL_NAME in "${MODELS[@]}"; do
469- echo "::group::Exporting coreml model: $MODEL_NAME"
470- PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}"
471- echo "::endgroup::"
472- done
467+ # MODELS=(mv3 ic4 resnet50 edsr mobilebert w2l)
468+ # for MODEL_NAME in "${MODELS[@]}"; do
469+ # echo "::group::Exporting coreml model: $MODEL_NAME"
470+ # PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}"
471+ # echo "::endgroup::"
472+ # done
You can’t perform that action at this time.
0 commit comments