Skip to content

Commit 7892a91

Browse files
authored
Update xnnpack_README.md
1 parent f442005 commit 7892a91

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this section, we will need to set up the ExecuTorch repo first with Conda env
1616
Checkout ExecuTorch repo and sync submodules
1717

1818
```
19-
git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules && cd executorch
19+
git clone -b release/0.6 https://github.com/pytorch/executorch.git && cd executorch
2020
```
2121

2222
Create either a Python virtual environment:
@@ -28,8 +28,7 @@ python3 -m venv .venv && source .venv/bin/activate && pip install --upgrade pip
2828
Or a Conda environment:
2929

3030
```
31-
conda create -n et_xnnpack python=3.10.0
32-
conda activate et_xnnpack
31+
conda create -n et_xnnpack python=3.10.0 && conda activate et_xnnpack
3332
```
3433

3534
Install dependencies

0 commit comments

Comments
 (0)