Skip to content

Commit 1f0a19f

Browse files
committed
Update qualcomm_README.md
1 parent d53676f commit 1f0a19f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

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

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

3636
```
37-
conda create -n et_xnnpack python=3.10.0
38-
conda activate et_xnnpack
37+
conda create -n et_xnnpack python=3.10.0 && conda activate et_xnnpack
3938
```
4039

4140
Install dependencies

0 commit comments

Comments
 (0)