SummFlow 2026-05-20 Hugging Face

Whisper Large v3 MLX (mlx-community)

Apple Silicon 上运行的 Whisper 语音识别模型

  • Apple Silicon
入选理由
mlx-whisper库可直接运行,下载量高但仅为whisper格式转换,无新能力
对位
替代 OpenAI Whisper large-v3,专为 Apple Silicon 优化
适合
Mac 本地离线语音转录 / 与 MLX 生态无缝集成
不适合
非 Apple Silicon 设备
规模
1.55B · 30s 音频片段
授权
MIT · 可商用
框架
mlx
可信度
HuggingFace 下载量 151k,81 点赞,mlx-community 发布

社区实测

在 macOS 上 MLX 版推理速度明显快于非 MLX 方案,但短音频存在处理耗时不成比例的问题。

  • 在 Apple Silicon 上提供显著更快的本地语音转文字推理速度
  • 无需联网即可在 Mac 上本地运行 Whisper Large v3
  • 短音频(如 40 秒)处理耗时可能超过 22 秒,与音频长度不成比例
  • clip_timestamps 参数对不同长度音频的影响不一致,短音频几乎无影响但长音频仍需约 27 秒

截至 2026-06-19

快速上手

mlx_whisper.transcribe(audio, path_or_hf_repo='mlx-community/whisper-large-v3-mlx')