Skip to content

Commit b205053

Browse files
authored
Update using-executorch-ios.md
1 parent aebe13e commit b205053

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/using-executorch-ios.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ 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
1110
* `backend_coreml` - Core ML backend
1211
* `backend_mps` - MPS backend
1312
* `backend_xnnpack` - XNNPACK backend
14-
* `kernels_llm` - Custom kernels for LLMs
13+
* `kernels_custom` - Custom kernels for LLMs
1514
* `kernels_optimized` - Accelerated generic CPU kernels
1615
* `kernels_quantized` - Quantized kernels
1716

0 commit comments

Comments
 (0)