Merge pull request #1383 from zboyles/add-mlx-whisper

Added Support for MLX Whisper models on Apple M-Series
This commit is contained in:
Kwindla Hultman Kramer
2025-03-29 14:25:37 -07:00
committed by GitHub
2 changed files with 150 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ langchain = [ "langchain~=0.3.20", "langchain-community~=0.3.20", "langchain-ope
livekit = [ "livekit~=0.22.0", "livekit-api~=0.8.2", "tenacity~=9.0.0" ]
lmnt = [ "websockets~=13.1" ]
local = [ "pyaudio~=0.2.14" ]
mlx-whisper = [ "mlx-whisper~=0.4.2" ]
moondream = [ "einops~=0.8.0", "timm~=1.0.13", "transformers~=4.48.0" ]
nim = []
neuphonic = [ "pyneuphonic~=1.5.13", "websockets~=13.1" ]