Skip to content

Commit ed07890

Browse files
pytorchbotyifan_shen3
and
yifan_shen3
authored
Pin CoreMLTools 7.2 (#3170) (#3281)
Summary: It is more stable to pin a release branch of CoreMLTools. We will periodically update it when necessary Pull Request resolved: #3170 Reviewed By: cccclai Differential Revision: D56373108 Pulled By: shoumikhin fbshipit-source-id: d6a96813f07df97abbf8f4ca75e2aae2666372b1 (cherry picked from commit cb77763) Co-authored-by: yifan_shen3 <[email protected]>
1 parent 915164e commit ed07890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/apple/coreml/scripts/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rm -rf "$COREML_DIR_PATH/third-party"
2424
mkdir "$COREML_DIR_PATH/third-party"
2525

2626
echo "${green}ExecuTorch: Cloning coremltools."
27-
git clone "https://github.com/apple/coremltools.git" $COREMLTOOLS_DIR_PATH
27+
git clone --depth 1 --branch 7.2 "https://github.com/apple/coremltools.git" $COREMLTOOLS_DIR_PATH
2828
cd $COREMLTOOLS_DIR_PATH
2929

3030
STATUS=$?

0 commit comments

Comments
 (0)