Skip to content

Commit 1cde639

Browse files
committed
Update getting-started.md
1 parent cb08292 commit 1cde639

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/source/llm/getting-started.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Instructions on installing miniconda can be [found here](https://docs.anaconda.c
4343
mkdir et-nanogpt
4444
cd et-nanogpt
4545
46-
# Clone the ExecuTorch repository and submodules.
46+
# Clone the ExecuTorch repository.
4747
mkdir third-party
4848
git clone -b release/0.6 https://github.com/pytorch/executorch.git third-party/executorch && cd third-party/executorch
4949
@@ -78,10 +78,8 @@ pyenv install -s 3.10
7878
pyenv virtualenv 3.10 executorch
7979
pyenv activate executorch
8080
81-
# Clone the ExecuTorch repository and submodules.
82-
mkdir third-party
83-
git clone -b release/0.6 https://github.com/pytorch/executorch.git third-party/executorch --depth 1 --recurse-submodules --shallow-submodules
84-
cd third-party/executorch
81+
# Clone the ExecuTorch repository.
82+
git clone -b release/0.6 https://github.com/pytorch/executorch.git third-party/executorch && cd third-party/executorch
8583
8684
# Install requirements.
8785
PYTHON_EXECUTABLE=python ./install_executorch.sh

0 commit comments

Comments
 (0)