Skip to content

Commit

Permalink
Update install_utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumikhin authored May 6, 2024
1 parent 2abd857 commit 6699085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clone_executorch() {
rm -rf ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}
mkdir -p ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/src
pushd ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/src
git clone https://github.com/pytorch/executorch.git --recurse-submodules --shallow-submodules
git clone https://github.com/pytorch/executorch.git --recurse-submodules
cd executorch
git checkout $(cat ${TORCHCHAT_ROOT}/.pins/et-pin.txt)

Expand Down

0 comments on commit 6699085

Please sign in to comment.