File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,13 @@ cd et-nanogpt
4545
4646# Clone the ExecuTorch repository and submodules.
4747mkdir 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:
5251python3 -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
You can’t perform that action at this time.
0 commit comments