How to use HashNuke/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 HashNuke/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")
Quantized