Exposing GGMLLogLevel for custom log callbacks (#203)
* Made GGMLLogLevel public
This commit is contained in:
parent
d57171554a
commit
54799643e2
2 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ mod whisper_logging_hook;
|
|||
mod whisper_params;
|
||||
mod whisper_state;
|
||||
|
||||
pub use common_logging::GGMLLogLevel;
|
||||
pub use error::WhisperError;
|
||||
pub use standalone::*;
|
||||
pub use utilities::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue