From fb2a1a70c72354ff62f035650868ea3b5a44a1af Mon Sep 17 00:00:00 2001 From: lucylq Date: Wed, 24 Jul 2024 12:04:43 -0700 Subject: [PATCH] update docs to clone v0.3.0 (#4350) --- 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 1c5304dd86..c888370abc 100644 --- a/docs/source/getting-started-setup.md +++ b/docs/source/getting-started-setup.md @@ -89,7 +89,7 @@ To utilize ExecuTorch to its fullest extent, please follow the setup instruction ```bash # Clone the ExecuTorch repo from GitHub - git clone https://github.com/pytorch/executorch.git + git clone --branch v0.3.0 https://github.com/pytorch/executorch.git cd executorch # Update and pull submodules