Skip to content

Commit

Permalink
Upgrade the coremltools version. (#5425)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #5425

.

Reviewed By: digantdesai

Differential Revision: D62879846

fbshipit-source-id: 3cbb9753dc078ecc0c04b03650b0505b3e4f3908
  • Loading branch information
shoumikhin authored and lucylq committed Sep 17, 2024
1 parent 992e19c commit d71fae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/apple/coreml/scripts/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rm -rf "$COREML_DIR_PATH/third-party"
mkdir "$COREML_DIR_PATH/third-party"

echo "${green}ExecuTorch: Cloning coremltools."
git clone --depth 1 --branch 8.0b2 "https://github.com/apple/coremltools.git" $COREMLTOOLS_DIR_PATH
git clone --depth 1 --branch 8.0 "https://github.com/apple/coremltools.git" $COREMLTOOLS_DIR_PATH
cd $COREMLTOOLS_DIR_PATH

STATUS=$?
Expand Down

0 comments on commit d71fae2

Please sign in to comment.