Skip to content

Commit f954ec7

Browse files
Try upgrading to CoreML Tools 8.2 (#9807)
Test Plan: Wait for CI cc @cymbalrush , @YifanShenSZ Co-authored-by: Mergen Nachin <[email protected]>
1 parent ff9fcaa commit f954ec7

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)