Awni Hannun
bded1a8fcd
fix looping in whisper ( #1273 )
2025-02-10 13:04:35 -08:00
Awni Hannun
f58c7de901
Some improvements to speedup alignment computation in MLX Whisper ( #1259 )
...
* some improvements to speedup alignment computation in MLX Whisper
* fix alignment
2025-02-08 15:47:00 -08:00
Anthony Wu
4394633ce0
mlx_whisper: add support for audio input from stdin ( #1012 )
...
* add support for audio and input name from stdin
* refactored to stdin - arg, and output-name template
* fix bugs, add test coverage
* fix doc to match arg rename
* some nits
---------
Co-authored-by: Awni Hannun <awni@apple.com>
2024-11-04 14:02:13 -08:00
Awni Hannun
29c954f4cb
fix ( #1082 )
2024-11-02 13:51:38 -07:00
Awni Hannun
8160e0c4e5
Whisper improvements ( #1080 )
...
* use safetensors in whisper
* speed up decoder
* version
2024-11-01 10:52:28 -07:00
James Zhao
bf921afcbe
Make sure to import the correct "version" module when installing mlx_whisper and mlx_lm from local source code. ( #969 )
...
* Make sure to import the correct "version" module when installing the
mlx_whisper package from local source code.
* Make sure to import the correct "version" module when installing the mlx_lm package from local source code
* fix
---------
Co-authored-by: Awni Hannun <awni@apple.com>
2024-09-03 13:16:21 -07:00
madroid
e196fa3208
Whisper: Support command line ( #746 )
...
* Whisper: Add CLI command
* Whisper: Prevent precision loss when converting to words dictionary
* Whisper: disable json ensure_ascii
* Whisper: add cli setup config
* Whisper: pre-commit
* Whisper: Adjust the _ in the command line arguments to -
* nits
* version + readme
* nit
---------
Co-authored-by: Awni Hannun <awni@apple.com>
2024-08-16 10:35:44 -07:00
Awni Hannun
33905447f9
Whisper updates to allow HF models ( #923 )
...
* simplify conversion and update convert for HF models
* use npz for compat
* fixes
* fixes
* fix gguf
* allow user supplied path
2024-08-09 11:11:58 -07:00
Awni Hannun
c5da302fc4
gpu featurization ( #824 )
2024-06-07 08:59:44 -07:00
madroid
6775d6cb3f
Whisper: Add pip distribution configuration to support pip installations. ( #739 )
...
* Whisper: rename whisper to mlx_whisper
* Whisper: add setup.py config for publish
* Whisper: add assets data to setup config
* Whisper: pre-commit for setup.py
* Whisper: Update README.md
* Whisper: Update README.md
* nits
* fix package data
* nit in readme
---------
Co-authored-by: Awni Hannun <awni@apple.com>
2024-05-01 09:00:02 -07:00