Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
745336dd6d
13 changed files with 364 additions and 178 deletions
|
|
@ -304,8 +304,8 @@ impl<'a, 'b> FullParams<'a, 'b> {
|
|||
/// 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;
|
||||
pub fn set_suppress_nst(&mut self, suppress_nst: bool) {
|
||||
self.fp.suppress_nst = suppress_nst;
|
||||
}
|
||||
|
||||
/// Set initial decoding temperature.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue