Skip to content

Commit 48baaa3

Browse files
author
Elizabeth Davis
committed
Editorial fixes to What is Core AI section: capitalization, Apple silicon, second person
1 parent 3537e88 commit 48baaa3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/landing_page.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Core AI Optimization Documentation
22

3-
## What Is Core AI?
3+
## What is Core AI?
44

5-
Core AI is a set of technologies for deploying machine learning models on Apple hardware, covering the full model deployment lifecycle: from model optimization and conversion, to debugging, to integration into your app. Models run entirely on device on Apple Silicon, with no server required.
5+
Core AI is a set of technologies for deploying machine learning models on Apple hardware, covering the full model deployment lifecycle: from model optimization and conversion, to debugging, to app integration. Models run entirely on device on Apple silicon, with no server required.
66

77
```{image} _images/core-ai-ecosystem.png
88
:alt: Diagram of the Core AI ecosystem. At the top, Core AI Models provides ready-to-use models and examples. Core AI Optimization and Core AI PyTorch Extensions prepare models for deployment, producing a .aimodel file. Core AI Debugger and Xcode support integration and debugging. Core AI Framework runs models on device.
@@ -13,9 +13,9 @@ The Core AI ecosystem consists of the following components:
1313

1414
- Convert PyTorch models to the Core AI model format (`.aimodel`) using [Core AI PyTorch Extensions](https://github.com/apple/coreai-torch)
1515
- Compress models with quantization, palettization, and pruning using [Core AI Optimization](https://github.com/apple/coreai-optimization)
16-
- Load and run models in your app with the [Core AI Framework](https://developer.apple.com/documentation/coreai)
16+
- Load and run models in an app with the [Core AI Framework](https://developer.apple.com/documentation/coreai)
1717
- Inspect, debug, and profile models using [Core AI Debugger](https://developer.apple.com/documentation/coreai/inspecting-debugging-and-profiling-core-ai-models)
18-
- Get popular open-source non-LLM and LLM models, with conversion, re-authoring, and optimization scripts, along with Swift app integration code using [Core AI Models](https://github.com/apple/coreai-models)
18+
- Get popular open-source models with conversion, optimization, and Swift app integration code using [Core AI Models](https://github.com/apple/coreai-models)
1919

2020
## What is `coreai-opt`?
2121

0 commit comments

Comments
 (0)