rename WhisperInnerContext

This commit is contained in:
jiahua 2024-04-25 16:00:36 +08:00
parent 5eef5afd5e
commit 6e04f76e41
4 changed files with 19 additions and 19 deletions

View file

@ -22,7 +22,7 @@ pub use standalone::*;
#[cfg(any(feature = "whisper-cpp-log", feature = "whisper-cpp-tracing"))]
use std::sync::Once;
pub use utilities::*;
pub use whisper_ctx::WhisperContext;
use whisper_ctx::WhisperInnerContext;
pub use whisper_ctx_wrapper::WhisperContextWrapper;
pub use whisper_ctx::WhisperContextParameters;
pub use whisper_grammar::{WhisperGrammarElement, WhisperGrammarElementType};