File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/demo-apps/apple_ios/ExecuTorchDemo Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ cd et-nanogpt
43
43
44
44
# Clone the ExecuTorch repository and submodules.
45
45
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
47
47
cd third-party/executorch
48
48
git submodule update --init
49
49
@@ -77,7 +77,7 @@ pyenv activate executorch
77
77
78
78
# Clone the ExecuTorch repository and submodules.
79
79
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
81
81
cd third-party/executorch
82
82
git submodule update --init
83
83
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Follow the [Setting Up ExecuTorch](https://pytorch.org/executorch/stable/getting
44
44
tutorial to configure the basic environment:
45
45
46
46
``` 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
48
48
cd executorch
49
49
50
50
python3 -m venv .venv && source .venv/bin/activate
You can’t perform that action at this time.
0 commit comments