ggerganov commited on
Commit
9fc9845
·
unverified ·
1 Parent(s): 7ffa531

Update README.md

Browse files
Files changed (1) hide show
  1. examples/whisper.objc/README.md +5 -0
examples/whisper.objc/README.md CHANGED
@@ -19,3 +19,8 @@ open whisper.cpp/examples/whisper.objc/whisper.objc.xcodeproj/
19
  Make sure to build the project in `Release`:
20
 
21
  <img width="947" alt="image" src="https://user-images.githubusercontent.com/1991296/197382607-9e1e6d1b-79fa-496f-9d16-b71dc1535701.png">
 
 
 
 
 
 
19
  Make sure to build the project in `Release`:
20
 
21
  <img width="947" alt="image" src="https://user-images.githubusercontent.com/1991296/197382607-9e1e6d1b-79fa-496f-9d16-b71dc1535701.png">
22
+
23
+ Also, don't forget to add the `-DGGML_USE_ACCELERATE` compiler flag in Build Phases.
24
+ This can significantly improve the performance of the transcription:
25
+
26
+ <img width="1072" alt="image" src="https://user-images.githubusercontent.com/1991296/208511239-8d7cdbd1-aa48-41b5-becd-ca288d53cc07.png">