File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Instructions on installing miniconda can be [found here](https://docs.anaconda.c
4343mkdir et-nanogpt
4444cd et-nanogpt
4545
46- # Clone the ExecuTorch repository and submodules .
46+ # Clone the ExecuTorch repository.
4747mkdir third-party
4848git 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
7878pyenv virtualenv 3.10 executorch
7979pyenv 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.
8785PYTHON_EXECUTABLE=python ./install_executorch.sh
You can’t perform that action at this time.
0 commit comments