any update in CoreML?

Asked on 06/12/2025

1 search

At WWDC 2024, several updates were introduced for Core ML to enhance the deployment and performance of machine learning models on Apple devices. Here are some of the key updates:

  1. Stateful Models: Core ML now supports stateful models, which automatically manage state tensors, improving performance by allowing in-place updates. This feature is particularly useful for models that need to maintain information across different runs. You can learn more about this in the session Bring your machine learning and AI models to Apple silicon.

  2. ML Tensor: A new ML tensor type has been introduced to simplify the integration of models by acting as the computational glue code. This helps in stitching models together more efficiently. More details can be found in the session Deploy machine learning and AI models on-device with Core ML.

  3. Multifunction Models: Core ML now supports multifunction models, allowing you to merge multiple models into one while deduplicating shared weights. This is useful for models that share a common feature extractor. This feature is discussed in the session Bring your machine learning and AI models to Apple silicon.

  4. Performance Tools: New performance tools have been introduced to provide insights into the cost of each operation in your model, helping you optimize and debug your models more effectively. This is covered in the session Deploy machine learning and AI models on-device with Core ML.

These updates aim to make it easier to deploy and run machine learning models efficiently on Apple devices, leveraging the capabilities of Apple Silicon.