Update whisper.cpp to v1.5 and add all structs
This commit is contained in:
parent
73e33a182c
commit
8690d35deb
10 changed files with 4437 additions and 103 deletions
|
|
@ -5,6 +5,7 @@ mod error;
|
|||
mod standalone;
|
||||
mod utilities;
|
||||
mod whisper_ctx;
|
||||
mod whisper_grammar;
|
||||
mod whisper_params;
|
||||
mod whisper_state;
|
||||
|
||||
|
|
@ -25,4 +26,4 @@ pub type WhisperStartEncoderCallback = whisper_rs_sys::whisper_encoder_begin_cal
|
|||
pub type WhisperProgressCallback = whisper_rs_sys::whisper_progress_callback;
|
||||
pub type WhisperLogitsFilterCallback = whisper_rs_sys::whisper_logits_filter_callback;
|
||||
pub type WhisperAbortCallback = whisper_rs_sys::whisper_abort_callback;
|
||||
pub type WhisperLogCallback = whisper_rs_sys::whisper_log_callback;
|
||||
pub type WhisperLogCallback = whisper_rs_sys::ggml_log_callback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue