Merge pull request #41 from yuniruyuni/feat/public-whisper-state-module

fix: public WhisperState from lib
This commit is contained in:
0/0 2023-04-26 03:56:48 +00:00 committed by GitHub
commit 21333d4ba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;