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 e63d327 commit 514edccCopy full SHA for 514edcc
examples/demo-apps/apple_ios/ExecuTorchDemo/README.md
@@ -44,7 +44,7 @@ Follow the [Setting Up ExecuTorch](https://pytorch.org/executorch/stable/getting
44
tutorial to configure the basic environment:
45
46
```bash
47
-git clone https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
+git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
48
cd executorch
49
50
python3 -m venv .venv && source .venv/bin/activate
0 commit comments