Skip to content

Commit cb77ef5

Browse files
Merge pull request #2505 from annietllnd/updates
Update LPs to use ExecuTorch 1.0
2 parents e8bad70 + b9d2a72 commit cb77ef5

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm/2-env-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ From within the Python virtual environment, run the commands below to download t
4141
cd $HOME
4242
git clone https://github.com/pytorch/executorch.git
4343
cd executorch
44-
git checkout 188312844ebfb499f92ab5a02137ed1a4abca782
44+
git checkout release/1.0
4545
```
4646

4747
Run the commands below to set up the ExecuTorch internal dependencies:

content/learning-paths/embedded-and-microcontrollers/rpi-llama3/executorch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ After cloning the repository, the project's submodules are updated, and two scri
5959
``` bash
6060
git clone https://github.com/pytorch/executorch.git
6161
cd executorch
62+
git checkout release/1.0
6263
git submodule sync
6364
git submodule update --init --recursive
6465
./install_executorch.sh

content/learning-paths/embedded-and-microcontrollers/visualizing-ethos-u-performance/4-env-setup-execut.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Clone the ExecuTorch repository and install dependencies:
4747
cd $HOME
4848
git clone https://github.com/pytorch/executorch.git
4949
cd executorch
50+
git checkout release/1.0
5051
```
5152

5253
Set up internal submodules:

0 commit comments

Comments
 (0)