Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/demo-apps-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Follow the [Setting Up ExecuTorch](https://pytorch.org/executorch/stable/getting
tutorial to configure the basic environment:

```bash
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

python3 -m venv .venv && source .venv/bin/activate && pip install --upgrade pip

Expand Down
Loading