Skip to content

Commit 346f8da

Browse files
shoumikhinmalfet
authored andcommitted
Pin to the latest stable ExecuTorch commit. (#654)
* Pin to the latest stable ExecuTorch commit. * Pin to the latest stable ExecuTorch commit. * Rename et-pin to et-pin.txt
1 parent a513749 commit 346f8da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pins/et-pin.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b9488fe9d41fe5190641f323f3f6a5295e86256c

scripts/install_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clone_executorch() {
2727
pushd ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/src
2828
git clone https://github.com/pytorch/executorch.git
2929
cd executorch
30-
git checkout "viable/strict"
30+
git checkout $(cat ${TORCHCHAT_ROOT}/.pins/et-pin)
3131
echo "Install executorch: submodule update"
3232
git submodule sync
3333
git submodule update --init

0 commit comments

Comments
 (0)