We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a513749 commit 346f8daCopy full SHA for 346f8da
.pins/et-pin.txt
@@ -0,0 +1 @@
1
+b9488fe9d41fe5190641f323f3f6a5295e86256c
scripts/install_utils.sh
@@ -27,7 +27,7 @@ clone_executorch() {
27
pushd ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/src
28
git clone https://github.com/pytorch/executorch.git
29
cd executorch
30
- git checkout "viable/strict"
+ git checkout $(cat ${TORCHCHAT_ROOT}/.pins/et-pin)
31
echo "Install executorch: submodule update"
32
git submodule sync
33
git submodule update --init
0 commit comments