Skip to content

Commit

Permalink
[0.5 release] Update version references for release (#7631)
Browse files Browse the repository at this point in the history
  • Loading branch information
SS-JIA authored Jan 14, 2025
1 parent 2e89655 commit 8d37805
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/getting-started-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d37805

Please sign in to comment.