Skip to content

Commit a37b08a

Browse files
authored
Bumping ET Pin to pick up PT and tune pin updates: May 9th (#1538)
* Update et-pin.txt * Bumping ET pin * Update et-pin.txt * Force recursive use 5-6 pin * Bump pin to 512
1 parent 0299a37 commit a37b08a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/.pins/et-pin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
73740e9268a4a47baeaedc58a1f75597038d2377
1+
b173722085b3f555d6ba4533d6bbaddfd7c71144

torchchat/utils/scripts/install_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ clone_executorch_internal() {
3737
git checkout $(cat ${TORCHCHAT_ROOT}/install/.pins/et-pin.txt)
3838
echo "Install ExecuTorch: submodule update"
3939
git submodule sync
40-
git submodule update --init
40+
git submodule update --init --recursive
4141

4242
popd
4343
}

0 commit comments

Comments
 (0)