fix: public WhisperState from lib
This commit is contained in:
parent
efd18b6cc1
commit
473b19cf22
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ pub use standalone::*;
|
||||||
pub use utilities::*;
|
pub use utilities::*;
|
||||||
pub use whisper_ctx::WhisperContext;
|
pub use whisper_ctx::WhisperContext;
|
||||||
pub use whisper_params::{FullParams, SamplingStrategy};
|
pub use whisper_params::{FullParams, SamplingStrategy};
|
||||||
|
pub use whisper_state::WhisperState;
|
||||||
|
|
||||||
pub type WhisperTokenData = whisper_rs_sys::whisper_token_data;
|
pub type WhisperTokenData = whisper_rs_sys::whisper_token_data;
|
||||||
pub type WhisperToken = whisper_rs_sys::whisper_token;
|
pub type WhisperToken = whisper_rs_sys::whisper_token;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue