Skip to content

Commit cbbb8aa

Browse files
committed
[0.5 release] Update version references for release
1 parent 2e89655 commit cbbb8aa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/getting-started-setup.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ Alternatively, if you would like to experiment with ExecuTorch quickly and easil
8080

8181
```bash
8282
# Clone the ExecuTorch repo from GitHub
83-
# 'main' branch is the primary development branch where you see the latest changes.
84-
# 'viable/strict' contains all of the commits on main that pass all of the necessary CI checks.
85-
git clone --branch viable/strict https://github.com/pytorch/executorch.git
83+
git clone --branch release/0.5 https://github.com/pytorch/executorch.git
8684
cd executorch
8785

8886
# Update and pull submodules

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ dependencies=[
6868
"ruamel.yaml",
6969
"sympy",
7070
"tabulate",
71+
"torch==2.6.0",
72+
"torchaudio==2.6.0",
73+
"torchvision==0.21.0",
7174
"typing-extensions",
7275
]
7376

0 commit comments

Comments
 (0)