Spaces:
Running
Running
Gavin Cai
commited on
readme : recommend MacOS Sonoma for Core ML (#1917)
Browse files
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`
|