You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Follow these steps:
19
19
1. Fork and clone the GitHub [coremltools repository](https://github.com/apple/coremltools).
20
20
21
21
2. Run the [build.sh](scripts/build.sh) script to build `coremltools`.
22
-
* By default this script uses Python 3.7, but you can include `--python=3.8` (or `3.9`, `3.10`, `3.11`, `3.12`) as a argument to change the Python version.
22
+
* By default this script uses Python 3.7, but you can include `--python=3.8` (or `3.9`, `3.10`, `3.11`, `3.12`, `3.13`) as a argument to change the Python version.
23
23
* The script creates a new `build` folder with the coremltools distribution, and a `dist` folder with Python wheel files.
24
24
25
25
3. Run the [test.sh](scripts/test.sh) script to test the build.
@@ -45,7 +45,7 @@ The following build targets help you configure the development environment. If y
45
45
*`test_slow` | Run all non-fast tests.
46
46
*`wheel` | Build wheels in release mode.
47
47
48
-
The script uses Python 3.7, but you can include `--python=3.8` (or `3.9`, `3.10`, `3.11`, `3.12`) as a argument to change the Python version.
48
+
The script uses Python 3.7, but you can include `--python=3.8` (or `3.9`, `3.10`, `3.11`, `3.12`, `3.13`) as a argument to change the Python version.
Copy file name to clipboardExpand all lines: docs-guides/source/installing-coremltools.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This page describes how to install the [`coremltools`](https://github.com/apple/
4
4
5
5
```{admonition} Supported Python and MacOS Versions
6
6
7
-
The current version of coremltools ([version 8.0](https://github.com/apple/coremltools)) includes wheels for Python 3.7, 3.8, 3.9, 3.10, 3.11, and 3.12. The last stable release of coremltools to support Python 2 is version 4.0.
7
+
The current version of coremltools ([version 9.0b1](https://github.com/apple/coremltools)) includes wheels for Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13. The last stable release of coremltools to support Python 2 is version 4.0.
8
8
9
9
The supported MacOS versions are as follows:
10
10
@@ -19,7 +19,7 @@ The supported MacOS versions are as follows:
19
19
If you are using macOS, you should already be familiar with the [Mac Terminal app command line](https://developer.apple.com/library/archive/documentation/OpenSource/Conceptual/ShellScripting/CommandLInePrimer/CommandLine.html#//apple_ref/doc/uid/TP40004268-CH271-BBCBEAJD "Command Line Primer") to perform tasks such as installations and updates. If you are using Linux, you should already be familiar with [basic Shell commands in Linux](https://www.geeksforgeeks.org/basic-shell-commands-in-linux/).
20
20
```
21
21
22
-
Before installing coremltools, you need [Python](https://www.python.org/downloads/"Python Downloads") and the [`pip`](https://pip.pypa.io/en/stable/) installer.
22
+
Before installing coremltools, you need [Python](https://www.python.org/downloads/"Python Downloads") and the [`pip`](https://pip.pypa.io/en/stable/) installer.
23
23
24
24
The `coremltools` package supports [Python 3](https://www.python.org/download/releases/3.0/). We recommend that you install Python 3.6 or newer. Use a Python package manager such as [Conda](https://docs.conda.io/en/latest/index.html) or [venv](https://docs.python.org/3/library/venv.html) to install the newest version of Python and other dependencies. [Conda](https://docs.conda.io/en/latest/index.html) is recommended because it is the most reliable way to install all required dependencies.
25
25
@@ -82,7 +82,7 @@ python -m venv coremltools-venv
82
82
source coremltools-venv/bin/activate
83
83
```
84
84
85
-
4. Follow the instructions in [Install Core ML Tools](#install-core-ml-tools).
85
+
4. Follow the instructions in [Install Core ML Tools](#install-core-ml-tools).
86
86
87
87
## Install Core ML Tools
88
88
@@ -103,17 +103,17 @@ The continuous integration (CI) system linked to the `coremltools` repo builds a
103
103
To access the wheel for a particular `coremltools` release, follow these steps:
104
104
105
105
1. Go to the [`coremltools` repository](https://github.com/apple/coremltools) on GitHub, scroll down to the **README.md** heading, and click the **build passing** button. The **Branches** tab appears:
3. Click a wheel in the **Build** column. For example, in the previous figure, the **build_wheel_macos_py38** wheel is highlighted for clicking. After clicking a wheel, the raw job log appears, with the **Download** and **Browse** buttons in the right column:
116
-
116
+
117
117

118
118
119
119
4. Click the **Download** button to download the `dist` folder with the wheel files.
0 commit comments