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 446ccba commit f7501efCopy full SHA for f7501ef
docs/source/using-executorch-ios.md
@@ -97,7 +97,7 @@ xcode-select --install
97
2. Clone ExecuTorch:
98
99
```bash
100
-git clone -b viable/strict https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules && cd executorch
+git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules && cd executorch
101
```
102
103
3. Set up [Python](https://www.python.org/downloads/macos/) 3.10+ and activate a virtual environment:
0 commit comments