Skip to content

Commit 0698a1d

Browse files
authored
Merge branch 'main' into manuel/qmv-fast
2 parents e6aa542 + a37b08a commit 0698a1d

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)