Gavin Cai commited on
Commit
c4e849b
·
unverified ·
1 Parent(s): 06c222c

readme : recommend MacOS Sonoma for Core ML (#1917)

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -278,6 +278,7 @@ speed-up - more than x3 faster compared with CPU-only execution. Here are the in
278
 
279
  - 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.
280
  - Python 3.10 is recommended.
 
281
  - [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:
282
  - To create an environment, use: `conda create -n py310-whisper python=3.10 -y`
283
  - To activate the environment, use: `conda activate py310-whisper`
 
278
 
279
  - 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.
280
  - Python 3.10 is recommended.
281
+ - MacOS Sonoma (version 14) or newer is recommended, as older versions of MacOS might experience issues with transcription hallucination.
282
  - [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:
283
  - To create an environment, use: `conda create -n py310-whisper python=3.10 -y`
284
  - To activate the environment, use: `conda activate py310-whisper`