We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0f580 commit e480f7fCopy full SHA for e480f7f
examples/demo-apps/apple_ios/ExecuTorchDemo/README.md
@@ -44,9 +44,8 @@ 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 release/0.2 https://github.com/pytorch/executorch.git
+git clone https://github.com/pytorch/executorch.git -b release/0.3 --recursive
48
cd executorch
49
-git submodule update --init
50
51
python3 -m venv .venv && source .venv/bin/activate
52
0 commit comments