We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd7774 commit 0a64c3eCopy full SHA for 0a64c3e
docs/source/getting-started-setup.md
@@ -80,7 +80,7 @@ Alternatively, if you would like to experiment with ExecuTorch quickly and easil
80
81
```bash
82
# Clone the ExecuTorch repo from GitHub
83
- git clone https://github.com/pytorch/executorch.git
+ git clone -b release/0.4 https://github.com/pytorch/executorch.git
84
cd executorch
85
86
# Update and pull submodules
0 commit comments