Skip to content

Commit 4910f2e

Browse files
committed
Update xnnpack_README.md
1 parent 1f0a19f commit 4910f2e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md

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

2626
```
27-
git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules && cd executorch
27+
git clone -b release/0.6 https://github.com/pytorch/executorch.git && cd executorch
2828
```
2929

3030
Create either a Python virtual environment:
@@ -36,8 +36,7 @@ python3 -m venv .venv && source .venv/bin/activate && pip install --upgrade pip
3636
Or a Conda environment:
3737

3838
```
39-
conda create -n et_xnnpack python=3.10.0
40-
conda activate et_xnnpack
39+
conda create -n et_xnnpack python=3.10.0 && conda activate et_xnnpack
4140
```
4241

4342
Install dependencies

0 commit comments

Comments
 (0)