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 07955a4 commit fb2a1a7Copy full SHA for fb2a1a7
docs/source/getting-started-setup.md
@@ -89,7 +89,7 @@ To utilize ExecuTorch to its fullest extent, please follow the setup instruction
89
90
```bash
91
# Clone the ExecuTorch repo from GitHub
92
- git clone https://github.com/pytorch/executorch.git
+ git clone --branch v0.3.0 https://github.com/pytorch/executorch.git
93
cd executorch
94
95
# Update and pull submodules
0 commit comments