Update whisper.cpp to v1.7.6

This commit is contained in:
Niko 2025-07-30 17:01:37 -07:00
parent b202069aa8
commit 55e54212f1
No known key found for this signature in database
6 changed files with 725 additions and 458 deletions

View file

@ -15,6 +15,7 @@ mod whisper_grammar;
mod whisper_logging_hook;
mod whisper_params;
mod whisper_state;
mod whisper_vad;
pub use common_logging::GGMLLogLevel;
pub use error::WhisperError;