MLX
How to use from the
Use from the
MLX library
# Download the model from the Hub
pip install huggingface_hub[hf_xet]

huggingface-cli download --local-dir whisper-large-v2-mlx-fp32 mlx-community/whisper-large-v2-mlx-fp32

Use with mlx-whisper

pip install mlx-whisper
import mlx_whisper

result = mlx_whisper.transcribe(
  speech_file,
  path_or_hf_repo="mlx-community/whisper-large-v2-mlx-fp32")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support

Collection including mlx-community/whisper-large-v2-mlx-fp32