From e63c313d6d7672417f774a5b86b9043735c4bea4 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Thu, 10 Apr 2025 10:19:37 -0700 Subject: [PATCH] Update demo-apps-ios.md --- docs/source/demo-apps-ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/demo-apps-ios.md b/docs/source/demo-apps-ios.md index 09371e32918..108f42643c6 100644 --- a/docs/source/demo-apps-ios.md +++ b/docs/source/demo-apps-ios.md @@ -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