diff --git a/examples/whisper.objc/README.md b/examples/whisper.objc/README.md index 5317282..ba40109 100644 --- a/examples/whisper.objc/README.md +++ b/examples/whisper.objc/README.md @@ -19,3 +19,8 @@ open whisper.cpp/examples/whisper.objc/whisper.objc.xcodeproj/ Make sure to build the project in `Release`: image + +Also, don't forget to add the `-DGGML_USE_ACCELERATE` compiler flag in Build Phases. +This can significantly improve the performance of the transcription: + +image