Views
No views yet
openai/whisper-large-v3-turbo (via svogunas/whisper-large-v3-turbo-lt).processor_config.json to the standard preprocessor_config.json, so transformers.WhisperProcessor.from_pretrained() works without patching.1import mlx_whisper
2
3result = mlx_whisper.transcribe("audio.wav", path_or_hf_repo="internetworks/paprika-whisper-lt-mlx")
4print(result["text"])