Skip to content

Commit f442005

Browse files
authored
Update mps_README.md
1 parent 658a049 commit f442005

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

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

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

3131
```
32-
conda create -n et_mps python=3.10.0
33-
conda activate et_mps
32+
conda create -n et_mps python=3.10.0 && conda activate et_mps
3433
```
3534

3635
Install dependencies

0 commit comments

Comments
 (0)