Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions backends/apple/coreml/scripts/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down