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 d77ad15 commit 8c53049Copy full SHA for 8c53049
scripts/test_ios.sh
@@ -47,7 +47,7 @@ say() {
47
say "Cloning the Code"
48
49
pushd . > /dev/null
50
-git clone https://github.com/pytorch/executorch.git "$OUTPUT"
+git clone -b release/0.6 https://github.com/pytorch/executorch.git "$OUTPUT"
51
cd "$OUTPUT"
52
53
say "Updating the Submodules"
0 commit comments