Skip to content

Commit c6ffb42

Browse files
authored
Beta install instructions (#2562)
1 parent 511e360 commit c6ffb42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ To install the latest non-beta version, run the following command in your termin
3131
pip install -U coremltools
3232
```
3333

34+
## Install 9.0 Beta 1
35+
36+
The [Coremltools version 9 beta 1](https://github.com/apple/coremltools/releases/tag/9.0b1) is now out. To install, run the following command in your terminal:
37+
```shell
38+
pip install coremltools==9.0b1
39+
```
40+
3441
## Core ML
3542

3643
[Core ML](https://developer.apple.com/documentation/coreml) is an Apple framework to integrate machine learning models into your app. Core ML provides a unified representation for all models. Your app uses Core ML APIs and user data to make predictions, and to fine-tune models, all on the user’s device. Core ML optimizes on-device performance by leveraging the CPU, GPU, and Neural Engine while minimizing its memory footprint and power consumption. Running a model strictly on the user’s device removes any need for a network connection, which helps keep the user’s data private and your app responsive.

0 commit comments

Comments
 (0)