diff --git a/extension/apple/Benchmark/README.md b/extension/apple/Benchmark/README.md index c450bc93060..5db84915a2b 100644 --- a/extension/apple/Benchmark/README.md +++ b/extension/apple/Benchmark/README.md @@ -1,8 +1,8 @@ -# Executorch Benchmark App for Apple Platforms +# ExecuTorch Benchmark App for Apple Platforms ## Introduction -The **Benchmark App** is a tool designed to help developers measure the performance of PyTorch models on Apple devices using the Executorch runtime. +The **Benchmark App** is a tool designed to help developers measure the performance of PyTorch models on Apple devices using the ExecuTorch runtime. It provides a flexible framework for dynamically generating and running performance tests on your models, allowing you to assess metrics such as load times, inference speeds, memory usage, and more.
@@ -21,7 +21,7 @@ It provides a flexible framework for dynamically generating and running performa
### Get the Code
-To get started, clone the Executorch repository and cd into the source code directory:
+To get started, clone the ExecuTorch repository and cd into the source code directory:
```bash
git clone https://github.com/pytorch/executorch.git --depth 1 --recurse-submodules --shallow-submodules
@@ -32,7 +32,7 @@ This command performs a shallow clone to speed up the process.
### Set Up the Frameworks
-The Benchmark App relies on prebuilt Executorch frameworks.
+The Benchmark App relies on prebuilt ExecuTorch frameworks.
You have two options: