Skip to content

Commit 51aa3e7

Browse files
authored
Update using-executorch-ios.md
1 parent 9557edf commit 51aa3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using-executorch-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The ExecuTorch Runtime for iOS and macOS is distributed as a collection of prebu
1111
* `backend_mps` - MPS backend
1212
* `backend_xnnpack` - XNNPACK backend
1313
* `kernels_custom` - Custom kernels for LLMs
14-
* `kernels_optimized` - Accelerated CPU kernels
14+
* `kernels_optimized` - Accelerated generic CPU kernels
1515
* `kernels_quantized` - Quantized kernels
1616

1717
Link your binary with the ExecuTorch runtime and any backends or kernels used by the exported ML model. It is recommended to link the core runtime to the components that use ExecuTorch directly, and link kernels and backends against the main app target.

0 commit comments

Comments
 (0)