From 0a64c3eac07e82425deef02e16b28de332251a2b Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Thu, 17 Oct 2024 12:09:39 -0400 Subject: [PATCH] Git clone instruction with release/0.4 branch (#6323) --- 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 e8a2b4530d..e3a3589b03 100644 --- a/docs/source/getting-started-setup.md +++ b/docs/source/getting-started-setup.md @@ -80,7 +80,7 @@ Alternatively, if you would like to experiment with ExecuTorch quickly and easil ```bash # Clone the ExecuTorch repo from GitHub - git clone https://github.com/pytorch/executorch.git + git clone -b release/0.4 https://github.com/pytorch/executorch.git cd executorch # Update and pull submodules