ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
34.25k stars 3.48k forks source link

CoreML as part of Package.swift #1794

Open ThyOwen opened 7 months ago

ThyOwen commented 7 months ago

I'm trying to do some basic integration in an iOS app and wondering why CoreML support is omitted in Package.swift.

ggerganov commented 7 months ago

I'm not very familiar with SPM - if you think adding the framework is desired, you can open a PR to improve this