Merge branch 'tazz4843:master' into update-whisper-cpp
This commit is contained in:
commit
1160b1b94e
5 changed files with 468 additions and 113 deletions
|
|
@ -5,6 +5,7 @@ mod error;
|
|||
mod standalone;
|
||||
mod utilities;
|
||||
mod whisper_ctx;
|
||||
mod whisper_ctx_wrapper;
|
||||
mod whisper_grammar;
|
||||
mod whisper_params;
|
||||
mod whisper_state;
|
||||
|
|
@ -21,8 +22,9 @@ 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;
|
||||
pub use whisper_ctx::WhisperContextParameters;
|
||||
use whisper_ctx::WhisperInnerContext;
|
||||
pub use whisper_ctx_wrapper::WhisperContext;
|
||||
pub use whisper_grammar::{WhisperGrammarElement, WhisperGrammarElementType};
|
||||
pub use whisper_params::{FullParams, SamplingStrategy};
|
||||
#[cfg(feature = "raw-api")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue