From a1f28dc5c28676a098fd518e24921269fbcc19ef Mon Sep 17 00:00:00 2001 From: Stephen Jia Date: Mon, 13 Jan 2025 12:37:50 -0800 Subject: [PATCH] [0.5 release] Update version references for release --- docs/source/getting-started-setup.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/getting-started-setup.md b/docs/source/getting-started-setup.md index 66ef2233af..353ec61d0d 100644 --- a/docs/source/getting-started-setup.md +++ b/docs/source/getting-started-setup.md @@ -80,9 +80,7 @@ Alternatively, if you would like to experiment with ExecuTorch quickly and easil ```bash # Clone the ExecuTorch repo from GitHub - # 'main' branch is the primary development branch where you see the latest changes. - # 'viable/strict' contains all of the commits on main that pass all of the necessary CI checks. - git clone --branch viable/strict https://github.com/pytorch/executorch.git + git clone --branch release/0.5 https://github.com/pytorch/executorch.git cd executorch # Update and pull submodules