루토's sssssstory
Core ML의 Multifunction models 본문
WWDC 24에서 공개된 Multifuction Models 라는 내용이 있어서 내용을 찾아보았다.
https://developer.apple.com/videos/play/wwdc2024/10159/
Bring your machine learning and AI models to Apple silicon - WWDC24 - Videos - Apple Developer
Learn how to optimize your machine learning and AI models to leverage the power of Apple silicon. Review model conversion workflows to...
developer.apple.com
https://developer.apple.com/videos/play/wwdc2024/10161/?time=753
Deploy machine learning and AI models on-device with Core ML - WWDC24 - Videos - Apple Developer
Learn new ways to optimize speed and memory performance when you convert and run machine learning and AI models through Core ML. We'll...
developer.apple.com
애플에서 새로운 다기능을 가지는 모델을 발표한 것은 아니고 Multifunction model을 잘 지원할 수 있는 기능이 Core ML Tools 에 추가된 것이다. 기존에도 가중치를 공유하고 LoRA를 사용할 수 있었지만 새로운 Multifunction 기능을 통해서 여러 모델을 보다 효율적으로 통합할 수 있도록 지원해준다고 한다. iOS18 / macOS15 부터 이 기능을 사용할 수 있다.
https://apple.github.io/coremltools/docs-guides/source/multifunction-models.html
Multifunction Models — Guide to Core ML Tools
Multifunction Models An mlprogram Core ML model typically contains a single function, called main. This is the default form in which a model is constructed, such as when it’s produced via the conversion process. Starting with iOS18/macOS15, you can produ
apple.github.io