From 90564f85f97d0a5d6054fd6b70ca1bd7ba42bd70 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 19 Dec 2022 22:09:21 +0200 Subject: [PATCH] Update README.md --- examples/whisper.objc/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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