ggerganov / whisper.cpp

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

WHISPER_USE_COREML issue #2471

Open iVoGia opened 2 weeks ago

iVoGia commented 2 weeks ago

Excuse me, I have a question : How to I can change value of WHISPER_USE_COREML when building application ? I want to add an option to choice for using the CoreML or not. Thanks.

KitaitiMakoto commented 2 days ago

According to Makefile, you can define WHISPER_USE_COREML by setting environment variable WHISPER_COREML:

WHISPER_COREML=1 make