Skip to content

Commit 2b50492

Browse files
mergennachinkirklandsign
authored andcommitted
Try upgrading to CoreML Tools 8.2 (#9799)
Test Plan: Wait for CI cc @cymbalrush , @YifanShenSZ
1 parent 2c257e4 commit 2b50492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/apple/coreml/scripts/install_requirements.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SCRIPT_DIR_PATH="$(
1212

1313
# TODO(jathu): remove the need to fetch coremltools to build deps for coreml_executor_runner.
1414
# Keep this version in sync with: pyproject.toml
15-
COREMLTOOLS_VERSION="8.1"
15+
COREMLTOOLS_VERSION="8.2"
1616

1717
red=`tput setaf 1`
1818
green=`tput setaf 2`

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies=[
6868
"tabulate",
6969
"typing-extensions",
7070
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
71-
"coremltools==8.1; platform_system == 'Darwin'",
71+
"coremltools==8.2; platform_system == 'Darwin'",
7272
]
7373

7474
[project.urls]

0 commit comments

Comments
 (0)