From e72aaf0a74e8d337e2289dff0e83c3040ab11124 Mon Sep 17 00:00:00 2001 From: yifan_shen3 Date: Sun, 21 Jan 2024 21:35:37 -0800 Subject: [PATCH] use coremltools main branch, i.e. no longer need the special branch executorch_integration --- backends/apple/coreml/scripts/install_requirements.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/backends/apple/coreml/scripts/install_requirements.sh b/backends/apple/coreml/scripts/install_requirements.sh index ff21c708bd1..25515cc4369 100755 --- a/backends/apple/coreml/scripts/install_requirements.sh +++ b/backends/apple/coreml/scripts/install_requirements.sh @@ -40,14 +40,6 @@ if [ $STATUS -ne 0 ]; then exit 1 fi -echo "${green}ExecuTorch: Checking out 'executorch_integration' branch in coremltools repo." -git checkout executorch_integration -STATUS=$? -if [ $STATUS -ne 0 ]; then - echo "${red}ExecuTorch: Failed to checkout 'executorch_integration' branch in coremltools repo." - exit 1 -fi - mkdir /tmp/coremltools/build cmake -S /tmp/coremltools/ -B /tmp/coremltools/build cmake --build /tmp/coremltools/build --parallel