Skip to content

Commit d5232a0

Browse files
authored
Update using-executorch-ios.md (#12947)
1 parent 9deb51b commit d5232a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
-40.9 KB
Loading

docs/source/using-executorch-ios.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ ExecuTorch supports both iOS and macOS via Objective-C, Swift, and C++. ExecuTor
77
The ExecuTorch Runtime for iOS and macOS (ARM64) is distributed as a collection of prebuilt [.xcframework](https://developer.apple.com/documentation/xcode/creating-a-multi-platform-binary-framework-bundle) binary targets. These targets are compatible with both iOS and macOS devices and simulators and are available in both release and debug modes:
88

99
* `executorch` - Core runtime components
10+
* `executorch_llm` - LLM-specific runtime components
1011
* `backend_coreml` - Core ML backend
1112
* `backend_mps` - MPS backend
1213
* `backend_xnnpack` - XNNPACK backend
13-
* `kernels_custom` - Custom kernels for LLMs
14+
* `kernels_llm` - Custom kernels for LLMs
1415
* `kernels_optimized` - Accelerated generic CPU kernels
1516
* `kernels_quantized` - Quantized kernels
1617

0 commit comments

Comments
 (0)