whisper_ggml_plus 1.0.2
whisper_ggml_plus: ^1.0.2 copied to clipboard
Whisper.cpp Flutter plugin with Large-v3-Turbo (128-mel) support.
1.0.2 #
- Enabled CoreML and Metal hardware acceleration for iOS and MacOS.
- Added dynamic CoreML bridge (whisper-encoder.mm) without Xcode auto-generation dependencies.
- Fully optimized Large-v3-Turbo (128-mel) models using Apple Neural Engine.
- Improved stability and performance for heavy models on mobile devices.
1.0.1 #
- Added support for Large-v3-Turbo models (128 mel bands).
- Fixed silent hangs by adding robust NULL checks during model initialization.
- Improved error messaging for memory allocation failures (OOM).
- Renamed package to
whisper_ggml_plusand updated all internal imports.
1.0.0 #
- Initial fork of
whisper_ggml. - Added support for Large-v3-Turbo models (128 mel bands).
- Renamed package to
whisper_ggml_plus.