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 4910f2e commit 561b30fCopy full SHA for 561b30f
examples/demo-apps/apple_ios/ExecuTorchDemo/README.md
@@ -44,8 +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 release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
48
-cd executorch
+git clone -b release/0.6 https://github.com/pytorch/executorch.git && cd executorch
49
50
python3 -m venv .venv && source .venv/bin/activate
51
0 commit comments