Fix print_system_info return value
This commit is contained in:
parent
520ea9d4d8
commit
d3825debff
4 changed files with 11 additions and 7 deletions
|
|
@ -363,7 +363,7 @@ impl WhisperContext {
|
|||
unsafe { whisper_rs_sys::whisper_token_beg(self.ctx) }
|
||||
}
|
||||
|
||||
/// Print performance statistics to stdout.
|
||||
/// Print performance statistics to stderr.
|
||||
///
|
||||
/// # C++ equivalent
|
||||
/// `void whisper_print_timings(struct whisper_context * ctx)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue