Skip to content

Commit 0a11e99

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Update README.md (#5945)
Summary: Fix ExecuTorch capitalization. Pull Request resolved: #5945 Reviewed By: kirklandsign Differential Revision: D63997153 Pulled By: shoumikhin fbshipit-source-id: 5a3bd82d295c709ff9217b6325582e5cc2fab09c
1 parent 2726bdb commit 0a11e99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

extension/apple/Benchmark/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Executorch Benchmark App for Apple Platforms
1+
# ExecuTorch Benchmark App for Apple Platforms
22

33
## Introduction
44

5-
The **Benchmark App** is a tool designed to help developers measure the performance of PyTorch models on Apple devices using the Executorch runtime.
5+
The **Benchmark App** is a tool designed to help developers measure the performance of PyTorch models on Apple devices using the ExecuTorch runtime.
66
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.
77

88
<p align="center">
@@ -21,7 +21,7 @@ It provides a flexible framework for dynamically generating and running performa
2121

2222
### Get the Code
2323

24-
To get started, clone the Executorch repository and cd into the source code directory:
24+
To get started, clone the ExecuTorch repository and cd into the source code directory:
2525

2626
```bash
2727
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.
3232

3333
### Set Up the Frameworks
3434

35-
The Benchmark App relies on prebuilt Executorch frameworks.
35+
The Benchmark App relies on prebuilt ExecuTorch frameworks.
3636
You have two options:
3737

3838
<details>
@@ -364,4 +364,4 @@ Also, set up app signing to run locally.
364364

365365
## Conclusion
366366

367-
The Executorch Benchmark App provides a flexible and powerful framework for testing and measuring the performance of PyTorch models on Apple devices. By leveraging dynamic test generation, you can easily add your models and resources to assess their performance metrics. Whether you're optimizing existing models or developing new ones, this tool can help you gain valuable insights into their runtime behavior.
367+
The ExecuTorch Benchmark App provides a flexible and powerful framework for testing and measuring the performance of PyTorch models on Apple devices. By leveraging dynamic test generation, you can easily add your models and resources to assess their performance metrics. Whether you're optimizing existing models or developing new ones, this tool can help you gain valuable insights into their runtime behavior.

0 commit comments

Comments
 (0)