mlx-examples/whisper/mlx_whisper
Awni Hannun 8160e0c4e5
Whisper improvements (#1080)
* use safetensors in whisper

* speed up decoder

* version
2024-11-01 10:52:28 -07: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 Whisper improvements (#1080) 2024-11-01 10:52:28 -07:00
audio.py gpu featurization (#824) 2024-06-07 08:59:44 -07:00
cli.py Whisper: Support command line (#746) 2024-08-16 10:35:44 -07:00
decoding.py Whisper improvements (#1080) 2024-11-01 10:52:28 -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 Whisper: Support command line (#746) 2024-08-16 10:35:44 -07: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 Whisper improvements (#1080) 2024-11-01 10:52:28 -07:00
whisper.py Whisper improvements (#1080) 2024-11-01 10:52:28 -07:00
writers.py Whisper: Support command line (#746) 2024-08-16 10:35:44 -07:00