]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
readme : recommend MacOS Sonoma for Core ML (#1917)
authorGavin Cai <redacted>
Mon, 4 Mar 2024 19:16:13 +0000 (11:16 -0800)
committerGitHub <redacted>
Mon, 4 Mar 2024 19:16:13 +0000 (21:16 +0200)
README.md

index e470b1fcbe79985a83ac4c8feeff2d1197c875d2..8773a0d515a321e2c53553508c19601897042ef1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -278,6 +278,7 @@ speed-up - more than x3 faster compared with CPU-only execution. Here are the in
 
   - To ensure `coremltools` operates correctly, please confirm that [Xcode](https://developer.apple.com/xcode/) is installed and execute `xcode-select --install` to install the command-line tools.
   - Python 3.10 is recommended.
+  - MacOS Sonoma (version 14) or newer is recommended, as older versions of MacOS might experience issues with transcription hallucination.
   - [OPTIONAL] It is recommended to utilize a Python version management system, such as [Miniconda](https://docs.conda.io/en/latest/miniconda.html) for this step:
     - To create an environment, use: `conda create -n py310-whisper python=3.10 -y`
     - To activate the environment, use: `conda activate py310-whisper`