Skip to content

Commit cb08292

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/llm/getting-started.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,13 @@ cd et-nanogpt
4545
4646
# Clone the ExecuTorch repository and submodules.
4747
mkdir third-party
48-
git clone -b release/0.6 https://github.com/pytorch/executorch.git third-party/executorch --depth 1 --recurse-submodules --shallow-submodules
49-
cd third-party/executorch
48+
git clone -b release/0.6 https://github.com/pytorch/executorch.git third-party/executorch && cd third-party/executorch
5049
5150
# Create either a Python virtual environment:
5251
python3 -m venv .venv && source .venv/bin/activate && pip install --upgrade pip
5352
5453
# Or a Conda environment:
55-
conda create -yn executorch python=3.10.0
56-
conda activate executorch
54+
conda create -yn executorch python=3.10.0 && conda activate executorch
5755
5856
# Install requirements
5957
./install_executorch.sh

0 commit comments

Comments
 (0)