Skip to content

Commit d6541c7

Browse files
authored
Update README.md
1 parent f2f7cd8 commit d6541c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/apple/coreml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ExecuTorch Core ML Delegate
22

33
This subtree contains the Core ML Delegate implementation for ExecuTorch.
4-
Core ML is an optimized framework for running machine learning models on Apple devices. The delegate is the mechanism for leveraging the Core ML framework to accelerate operators when running on Apple devices. To learn how to use the CoreML delegate, see the [documentation](https://github.com/pytorch/executorch/blob/main/docs/source/backends-coreml.md).
4+
Core ML is an optimized framework for running machine learning models on Apple devices. The delegate is the mechanism for leveraging the Core ML framework to accelerate operators when running on Apple devices. To learn how to use the CoreML delegate, see the [documentation](https://github.com/pytorch/executorch/blob/release/0.6/docs/source/backends-coreml.md).
55

66
## Layout
77
- `compiler/` : Lowers a module to Core ML backend.

0 commit comments

Comments
 (0)