add mlx-whisper support

This commit is contained in:
Ken Steele
2025-10-02 03:58:54 -07:00
parent 5be856fbc0
commit c60e72d2b5
6 changed files with 349 additions and 52 deletions

View File

@@ -106,6 +106,7 @@ rapidocr = [
# 'onnxruntime (>=1.7.0,<1.20.0) ; python_version < "3.10"',
]
asr = [
'mlx-whisper>=0.4.3 ; python_version >= "3.10" and sys_platform == "darwin" and platform_machine == "arm64"',
"openai-whisper>=20250625",
]