Fix print_system_info return value

This commit is contained in:
Ephraim Kunz 2022-11-22 10:10:03 -07:00
parent 520ea9d4d8
commit d3825debff
4 changed files with 11 additions and 7 deletions

View file

@ -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)`