Skip to content

Commit 6172f0f

Browse files
tonybove-appleabove3
andauthored
Docs-Guides - Update to 7.1 and Fix Typos (#2043)
Co-authored-by: above3 <anthony_bove@apple.com>
1 parent 5f60abd commit 6172f0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs-guides/source/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,5 @@ You can use PyTorch's quantization APIs directly, and then convert the model to
174174

175175
## Use a compiled model for faster initialization
176176

177-
If your model initialization in python takes a long time, use a *compiled* Core ML model ([CompiledMLModel](https://apple.github.io/coremltools/source/coremltools.models.html#coremltools.models.CompiledMLModel)) rather than [MLModel](https://apple.github.io/coremltools/source/coremltools.models.html#coremltools.models.model.MLModel) for making predictions. For large models, using a compiled model can save considerable time in initializing the model. For details, see [Using Compiled Python Models for Prediction](model-prediction.md#using-compiled-python-models-for-prediction).
177+
If your model initialization in Python takes a long time, use a *compiled* Core ML model ([CompiledMLModel](https://apple.github.io/coremltools/source/coremltools.models.html#coremltools.models.CompiledMLModel)) rather than [MLModel](https://apple.github.io/coremltools/source/coremltools.models.html#coremltools.models.model.MLModel) for making predictions. For large models, using a compiled model can save considerable time in initializing the model. For details, see [Using Compiled Python Models for Prediction](model-prediction.md#using-compiled-python-models-for-prediction).
178178

docs-guides/source/installing-coremltools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Support for Python 2 has been deprecated since [Core ML Tools 4.1](https://githu
99
The supported MacOS versions are as follows:
1010
1111
- Core ML Tools 4.1 supports macOS 10.13 and newer.
12-
- Core ML Tools 5 and 6 support macOS 10.15 and newer.
12+
- Core ML Tools 5, 6, and 7 support macOS 10.15 and newer.
1313
```
1414

1515
## Prerequisites
@@ -86,7 +86,7 @@ source coremltools-venv/bin/activate
8686

8787
## Install Core ML Tools
8888

89-
Use the following command to install or upgrade to [version 7.0](https://github.com/apple/coremltools) of Core ML Tools:
89+
Use the following command to install or upgrade to [version 7.1](https://github.com/apple/coremltools) of Core ML Tools:
9090

9191
```shell
9292
pip install -U coremltools

0 commit comments

Comments
 (0)