Open iVoGia opened 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.
According to Makefile, you can define WHISPER_USE_COREML by setting environment variable WHISPER_COREML:
WHISPER_USE_COREML
WHISPER_COREML
WHISPER_COREML=1 make
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.