https://developer.apple.com/documentation/coreml提到macOS 10.13+:
如何在 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 10.12 上运行 Core ML 模型。我不知道有任何解决方法。