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 648b848 commit e63d327Copy full SHA for e63d327
extension/benchmark/apple/Benchmark/README.md
@@ -24,7 +24,7 @@ It provides a flexible framework for dynamically generating and running performa
24
To get started, clone the ExecuTorch repository and cd into the source code directory:
25
26
```bash
27
-git clone https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
+git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
28
cd executorch
29
```
30
0 commit comments