ggerganov / whisper.cpp

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

WHISPER_USE_COREML issue #2471

Open iVoGia opened 1 month ago

iVoGia commented 1 month 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 1 month ago

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

WHISPER_COREML=1 make