Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extension/benchmark/apple/Benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It provides a flexible framework for dynamically generating and running performa
To get started, clone the ExecuTorch repository and cd into the source code directory:

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

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

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

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).
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).

## Adding Models and Resources

Expand Down
Loading