From 9a47c4f93da9539a5292eaae9210d60bb9fcde2e Mon Sep 17 00:00:00 2001 From: Max Ren Date: Thu, 6 Jun 2024 12:00:32 -0400 Subject: [PATCH] Update getting started docs to point to 0.2.1 --- docs/source/getting-started-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started-setup.md b/docs/source/getting-started-setup.md index 0efde4fe6be..491ada22732 100644 --- a/docs/source/getting-started-setup.md +++ b/docs/source/getting-started-setup.md @@ -83,7 +83,7 @@ portability details. ```bash # Clone the ExecuTorch repo from GitHub - git clone --branch v0.2.0 https://github.com/pytorch/executorch.git + git clone --branch v0.2.1 https://github.com/pytorch/executorch.git cd executorch # Update and pull submodules