Skip to content

Commit a72039b

Browse files
cymbalrushmergennachin
authored andcommitted
Update install_requirements script to use https (#936)
Summary: Updated install_requirements script to use https. Pull Request resolved: #936 Reviewed By: mergennachin Differential Revision: D50312497 Pulled By: kimishpatel fbshipit-source-id: 60f6e8f82460c3e5518b455b42d502b037b8569c
1 parent afb95a7 commit a72039b

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
@@ -22,7 +22,7 @@ if [ -d "/tmp/coremltools" ]; then
2222
fi
2323

2424
echo "${green}ExecuTorch: Cloning coremltools."
25-
git clone git@github.com:apple/coremltools.git /tmp/coremltools
25+
git clone "https://github.com/apple/coremltools.git" /tmp/coremltools
2626
cd /tmp/coremltools
2727
STATUS=$?
2828
if [ $STATUS -ne 0 ]; then

0 commit comments

Comments
 (0)