Skip to content

Commit e8b96c6

Browse files
authored
Update Benchmark README.md (#10607)
1 parent 7f5229f commit e8b96c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/benchmark/apple/Benchmark/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It provides a flexible framework for dynamically generating and running performa
2424
To get started, clone the ExecuTorch repository and cd into the source code directory:
2525

2626
```bash
27-
git clone -b viable/strict https://github.com/pytorch/executorch.git && cd executorch
27+
git clone -b viable/strict https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules && cd executorch
2828
```
2929

3030
This command performs a shallow clone to speed up the process.
@@ -33,7 +33,7 @@ This command performs a shallow clone to speed up the process.
3333

3434
The Benchmark App is configured to use a Swift PM package that provides the prebuilt ExecuTorch frameworks.
3535

36-
By default, the app relies on the package referencing locally built binaries. To ensure it functions correctly, you must first build the frameworks by following the [guide](https://pytorch.org/executorch/main/using-executorch-ios#building-from-source).
36+
By default, the app relies on the package referencing locally built binaries. To ensure it functions correctly, you must first build the frameworks by following the [guide](https://pytorch.org/executorch/main/using-executorch-ios#building-from-source), starting from the steps after the code cloning (that you've just done already).
3737

3838
## Adding Models and Resources
3939

0 commit comments

Comments
 (0)