diff --git a/docs/source/getting-started-setup.md b/docs/source/getting-started-setup.md index ffc33498483..6abbbfc0642 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 https://github.com/pytorch/executorch.git + git clone --branch v0.2.0 https://github.com/pytorch/executorch.git cd executorch # Update and pull submodules