You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension/apple/Benchmark/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Executorch Benchmark App for Apple Platforms
1
+
# ExecuTorch Benchmark App for Apple Platforms
2
2
3
3
## Introduction
4
4
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.
6
6
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.
7
7
8
8
<palign="center">
@@ -21,7 +21,7 @@ It provides a flexible framework for dynamically generating and running performa
21
21
22
22
### Get the Code
23
23
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:
@@ -32,7 +32,7 @@ This command performs a shallow clone to speed up the process.
32
32
33
33
### Set Up the Frameworks
34
34
35
-
The Benchmark App relies on prebuilt Executorch frameworks.
35
+
The Benchmark App relies on prebuilt ExecuTorch frameworks.
36
36
You have two options:
37
37
38
38
<details>
@@ -364,4 +364,4 @@ Also, set up app signing to run locally.
364
364
365
365
## Conclusion
366
366
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