Skip to content

Commit 75e58ec

Browse files
Update What is Core AI section: reorder lifecycle, rename PyTorch Package, fix Models bullet
1 parent 6dee38b commit 75e58ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ coreai_program.optimize()
4242

4343
## What is Core AI?
4444

45-
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.
45+
Core AI is a set of technologies for deploying machine learning models on Apple hardware, covering the full model deployment lifecycle: from model conversion, debugging, optimization, and integration into your app. Models run entirely on device on Apple silicon, with no server required.
4646

4747
```{image} _images/core-ai-ecosystem.png
4848
: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.
@@ -51,11 +51,11 @@ Core AI is a set of technologies for deploying machine learning models on Apple
5151

5252
The Core AI ecosystem consists of the following components:
5353

54-
- Convert PyTorch models to the Core AI model format (`.aimodel`) using [Core AI PyTorch Extensions](https://github.com/apple/coreai-torch)
54+
- Convert PyTorch models to the Core AI model format (`.aimodel`) using [Core AI PyTorch Package](https://github.com/apple/coreai-torch)
5555
- Compress models with quantization, palettization, and pruning using [Core AI Optimization](https://github.com/apple/coreai-optimization)
5656
- Load and run models in an app with the [Core AI Framework](https://developer.apple.com/documentation/coreai)
5757
- Inspect, debug, and profile models using [Core AI Debugger](https://developer.apple.com/documentation/coreai/inspecting-debugging-and-profiling-core-ai-models)
58-
- Get popular open-source models with conversion, optimization, and Swift app integration code using [Core AI Models](https://github.com/apple/coreai-models)
58+
- Get popular open-source covered models with optimization and Swift app integration code using [Core AI Models](https://github.com/apple/coreai-models)
5959

6060
## Links
6161

0 commit comments

Comments
 (0)