From a2090d96ddea27d4072820074db3a8dfcfcc1feb Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Mon, 14 Apr 2025 19:44:23 -0700 Subject: [PATCH] Update README.md (#10186) (cherry picked from commit 944b90b0a9a59f65edc36b67b811a62b82abd14b) --- examples/models/efficient_sam/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/efficient_sam/README.md b/examples/models/efficient_sam/README.md index bce1f7c5319..40c3415c4a9 100644 --- a/examples/models/efficient_sam/README.md +++ b/examples/models/efficient_sam/README.md @@ -32,7 +32,7 @@ python -m examples.xnnpack.aot_compiler -m efficient_sam # Performance -Tests were conducted on an Apple M1 Pro chip using the instructions for building and running Executorch with [Core ML](https://pytorch.org/executorch/main/build-run-coreml.html#runtime) and [XNNPACK](https://pytorch.org/executorch/main/tutorial-xnnpack-delegate-lowering.html#running-the-xnnpack-model-with-cmake) backends. +Tests were conducted on an Apple M1 Pro chip using the instructions for building and running Executorch with [Core ML](https://pytorch.org/executorch/main/backends-coreml#runtime-integration) and [XNNPACK](https://pytorch.org/executorch/main/tutorial-xnnpack-delegate-lowering#running-the-xnnpack-model-with-cmake) backends. | Backend Configuration | Average Inference Time (seconds) | | ---------------------- | -------------------------------- |