From ab12b7c7c94569d0613da7d73b710c274e2edb58 Mon Sep 17 00:00:00 2001 From: Jack Zhang Date: Fri, 11 Oct 2024 12:12:24 -0700 Subject: [PATCH] Revert "Fix doc links to the benchmark apps" (#6176) Revert "Fix doc links to the benchmark apps (#5999)" This reverts commit 245aa4e7bf92fb422f9c230c4f37bd48ca09a577. --- extension/benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/benchmark/README.md b/extension/benchmark/README.md index 10c7587f03..650f3fbe6b 100644 --- a/extension/benchmark/README.md +++ b/extension/benchmark/README.md @@ -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.