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 fb68acc commit 4517126Copy full SHA for 4517126
docs/source/demo-apps-ios.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 -b viable/strict https://github.com/pytorch/executorch.git && cd executorch
+git clone -b release/0.6 https://github.com/pytorch/executorch.git && cd executorch
48
49
python3 -m venv .venv && source .venv/bin/activate && pip install --upgrade pip
50
0 commit comments