Skip to content

Commit 8a7cb9c

Browse files
authored
[RELEASE] Update references to release/0.4 (#5448)
1 parent 72493cb commit 8a7cb9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/llm/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cd et-nanogpt
4343
4444
# Clone the ExecuTorch repository and submodules.
4545
mkdir third-party
46-
git clone -b release/0.2 https://github.com/pytorch/executorch.git third-party/executorch
46+
git clone -b release/0.4 https://github.com/pytorch/executorch.git third-party/executorch
4747
cd third-party/executorch
4848
git submodule update --init
4949
@@ -77,7 +77,7 @@ pyenv activate executorch
7777
7878
# Clone the ExecuTorch repository and submodules.
7979
mkdir third-party
80-
git clone -b release/0.2 https://github.com/pytorch/executorch.git third-party/executorch
80+
git clone -b release/0.4 https://github.com/pytorch/executorch.git third-party/executorch
8181
cd third-party/executorch
8282
git submodule update --init
8383

examples/demo-apps/apple_ios/ExecuTorchDemo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Follow the [Setting Up ExecuTorch](https://pytorch.org/executorch/stable/getting
4444
tutorial to configure the basic environment:
4545

4646
```bash
47-
git clone https://github.com/pytorch/executorch.git -b release/0.3 --recursive
47+
git clone https://github.com/pytorch/executorch.git -b release/0.4 --recursive
4848
cd executorch
4949

5050
python3 -m venv .venv && source .venv/bin/activate

0 commit comments

Comments
 (0)