Duplicated from mlx-community/whisper-large-v3-mlx
How to use aitytech/Whisper-Large-V3-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Whisper-Large-V3-MLX aitytech/Whisper-Large-V3-MLX
pip install mlx-whisper
import mlx_whisper result = mlx_whisper.transcribe( speech_file, path_or_hf_repo="mlx-community/whisper-large-v3-mlx")