Merge pull request #41 from yuniruyuni/feat/public-whisper-state-module
fix: public WhisperState from lib
This commit is contained in:
commit
21333d4ba3
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ pub use standalone::*;
|
|||
pub use utilities::*;
|
||||
pub use whisper_ctx::WhisperContext;
|
||||
pub use whisper_params::{FullParams, SamplingStrategy};
|
||||
pub use whisper_state::WhisperState;
|
||||
|
||||
pub type WhisperTokenData = whisper_rs_sys::whisper_token_data;
|
||||
pub type WhisperToken = whisper_rs_sys::whisper_token;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue