diff --git a/src/whisper_params.rs b/src/whisper_params.rs index d412bf1..34b4adc 100644 --- a/src/whisper_params.rs +++ b/src/whisper_params.rs @@ -299,15 +299,6 @@ impl<'a, 'b> FullParams<'a, 'b> { self.fp.suppress_blank = suppress_blank; } - /// Set suppress_non_speech_tokens. - /// See - /// for more information. - /// - /// Defaults to false. - pub fn set_suppress_non_speech_tokens(&mut self, suppress_non_speech_tokens: bool) { - self.fp.suppress_non_speech_tokens = suppress_non_speech_tokens; - } - /// Set initial decoding temperature. /// See for more information. ///