mlx-examples/whisper/mlx_whisper
2025-02-10 13:04:35 -08:00
..
assets Whisper: Add pip distribution configuration to support pip installations. (#739) 2024-05-01 09:00:02 -07:00
__init__.py Make sure to import the correct "version" module when installing mlx_whisper and mlx_lm from local source code. (#969) 2024-09-03 13:16:21 -07:00
_version.py fix (#1082) 2024-11-02 13:51:38 -07:00
audio.py mlx_whisper: add support for audio input from stdin (#1012) 2024-11-04 14:02:13 -08:00
cli.py mlx_whisper: add support for audio input from stdin (#1012) 2024-11-04 14:02:13 -08:00
decoding.py fix (#1082) 2024-11-02 13:51:38 -07:00
load_models.py Whisper improvements (#1080) 2024-11-01 10:52:28 -07:00
requirements.txt Whisper: Add pip distribution configuration to support pip installations. (#739) 2024-05-01 09:00:02 -07:00
timing.py Some improvements to speedup alignment computation in MLX Whisper (#1259) 2025-02-08 15:47:00 -08:00
tokenizer.py Whisper: Add pip distribution configuration to support pip installations. (#739) 2024-05-01 09:00:02 -07:00
torch_whisper.py Whisper: Add pip distribution configuration to support pip installations. (#739) 2024-05-01 09:00:02 -07:00
transcribe.py fix looping in whisper (#1273) 2025-02-10 13:04:35 -08:00
whisper.py Some improvements to speedup alignment computation in MLX Whisper (#1259) 2025-02-08 15:47:00 -08:00
writers.py mlx_whisper: add support for audio input from stdin (#1012) 2024-11-04 14:02:13 -08:00