]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
docs : replace Core ML with OpenVINO (#2686)
authorKonosuke Sakai <redacted>
Thu, 2 Jan 2025 10:03:02 +0000 (19:03 +0900)
committerGitHub <redacted>
Thu, 2 Jan 2025 10:03:02 +0000 (12:03 +0200)
README.md

index 079c73b7c049be6bbbbc44a093d975cc8169efc8..c268fd0cd2bbc38a41b82f1ddbc6f5e213cdb506 100644 (file)
--- a/README.md
+++ b/README.md
@@ -293,7 +293,7 @@ This can result in significant speedup in encoder performance. Here are the inst
   The first time run on an OpenVINO device is slow, since the OpenVINO framework will compile the IR (Intermediate Representation) model to a device-specific 'blob'. This device-specific blob will get
   cached for the next run.
 
-For more information about the Core ML implementation please refer to PR [#1037](https://github.com/ggerganov/whisper.cpp/pull/1037).
+For more information about the OpenVINO implementation please refer to PR [#1037](https://github.com/ggerganov/whisper.cpp/pull/1037).
 
 ## NVIDIA GPU support