From: Georgi Gerganov Date: Mon, 19 Dec 2022 20:09:21 +0000 (+0200) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1694 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=90564f85f97d0a5d6054fd6b70ca1bd7ba42bd70;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/examples/whisper.objc/README.md b/examples/whisper.objc/README.md index 53172829..ba401098 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