Skip to content

Commit 1645af0

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Upgrade the coremltools version. (#5425)
Summary: Pull Request resolved: #5425 . Reviewed By: digantdesai Differential Revision: D62879846 fbshipit-source-id: 3cbb9753dc078ecc0c04b03650b0505b3e4f3908
1 parent 3befc8a commit 1645af0

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 --depth 1 --branch 8.0b2 "https://github.com/apple/coremltools.git" $COREMLTOOLS_DIR_PATH
27+
git clone --depth 1 --branch 8.0 "https://github.com/apple/coremltools.git" $COREMLTOOLS_DIR_PATH
2828
cd $COREMLTOOLS_DIR_PATH
2929

3030
STATUS=$?

0 commit comments

Comments
 (0)