Whisper Large v3 MLX (mlx-community)
Apple Silicon 上运行的 Whisper 语音识别模型
- Apple Silicon
社区实测
在 macOS 上 MLX 版推理速度明显快于非 MLX 方案,但短音频存在处理耗时不成比例的问题。
- 在 Apple Silicon 上提供显著更快的本地语音转文字推理速度
- 无需联网即可在 Mac 上本地运行 Whisper Large v3
- 短音频(如 40 秒)处理耗时可能超过 22 秒,与音频长度不成比例
- clip_timestamps 参数对不同长度音频的影响不一致,短音频几乎无影响但长音频仍需约 27 秒
来源
Whisper Turbo vs Whisper MLX : r/LocalLLaMAUnexpected Processing Times for Short vs. Long Audio Files with MLX-Whisper · ml-explore/mlx-examples · Discussion #1275 · GitHubmlx-community/whisper-large-v3-mlx · Hugging Face
截至 2026-06-19
快速上手
mlx_whisper.transcribe(audio, path_or_hf_repo='mlx-community/whisper-large-v3-mlx')