Skip to content

Commit

Permalink
Fix doc links to the benchmark apps (#5999)
Browse files Browse the repository at this point in the history
Fix doc links to the benchmark apps (#5984)

Summary:
As titled

Pull Request resolved: #5984

Reviewed By: kirklandsign

Differential Revision: D64052123

Pulled By: guangy10

fbshipit-source-id: 5d2a2dc4c428fe3c7e7876ab403c4e65e46bec6d
(cherry picked from commit 6fa4233)

Co-authored-by: Guang Yang <guangyang@fb.com>
  • Loading branch information
pytorchbot and Guang Yang authored Oct 8, 2024
1 parent 931d8d8 commit 245aa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The ExecuTorch project introduces an advanced benchmarking infrastructure design

- **Backend Delegates**: Supports XNNPACK, Apple CoreML, Qualcomm QNN, and more in the near future.

- **Benchmark Apps:** Generic apps that support both GenAI and non-GenAI models, capable of measuring performance offline. [Android App](../android/benchmark/) | [iOS App](../apple/Benchmark/). Popular Android and iOS profilers with in-depth performance analysis will be integrated with these apps in the future.
- **Benchmark Apps:** Generic apps that support both GenAI and non-GenAI models, capable of measuring performance offline. [Android App](android/benchmark/) | [iOS App](apple/Benchmark/). Popular Android and iOS profilers with in-depth performance analysis will be integrated with these apps in the future.

- **Performance Monitoring**: Stores results in a database with a dashboard for tracking performance and detecting regressions.

Expand Down

0 comments on commit 245aa4e

Please sign in to comment.