如何在 macOS 10.12 上运行 Core ML 模型?

问题描述 投票:0回答:1

https://developer.apple.com/documentation/coreml提到macOS 10.13+:

enter image description here

如何在 macOS 10.12 上运行 Core ML 模型?


在 Ubuntu 20.04 上使用 Hugging Face 的 Exporters lib 创建的 Core ML 模型示例(使用 Python 3.10 和 torch 2.3.1 进行测试):

git clone https://github.com/huggingface/exporters.git
cd exporters
pip install -e .
python -m exporters.coreml --model=distilbert-base-uncased exported/ --quantize=float32 
macos machine-learning compatibility coreml
1个回答
0
投票

经过一些测试,似乎可以在 macOS 10.12 上运行 Core ML 模型。我不知道有任何解决方法。

© www.soinside.com 2019 - 2024. All rights reserved.