logoalt Hacker News

LoganDarklast Tuesday at 12:06 AM2 repliesview on HN

My reading of it is:

- Core ML is for models designed only for Apple platforms

- MLX is for models that don't need to be fast

- Core AI is for models that run everywhere already and also need to be fast


Replies

jkmanlast Tuesday at 2:13 PM

This view is a bit off. First, keep in mind that MLX was and will not be able to access the ANE, so it's a total non-starter for anything user-facing. Based on updates to coreml docs, they're trying to sell CoreML as the tool for tabular or domain-specific applications and CoreAI for NNs moving forward.

show 1 reply
wahnfriedenlast Tuesday at 6:24 AM

I use CoreML for models designed for other platforms. I port the models to it but it works for that without much trouble.

MLX is not for end user deployment.