alexue4 commited on
Commit
6de26fc
·
verified ·
1 Parent(s): 7e241f9

Update src/chatterbox/mtl_tts.py

Browse files
Files changed (1) hide show
  1. src/chatterbox/mtl_tts.py +1 -1
src/chatterbox/mtl_tts.py CHANGED
@@ -285,7 +285,7 @@ class ChatterboxMultilingualTTS:
285
  speech_tokens = self.t3.inference(
286
  t3_cond=self.conds.t3,
287
  text_tokens=text_tokens,
288
- max_new_tokens=100, # TODO: use the value in config
289
  temperature=temperature,
290
  cfg_weight=cfg_weight,
291
  repetition_penalty=repetition_penalty,
 
285
  speech_tokens = self.t3.inference(
286
  t3_cond=self.conds.t3,
287
  text_tokens=text_tokens,
288
+ max_new_tokens=1000, # TODO: use the value in config
289
  temperature=temperature,
290
  cfg_weight=cfg_weight,
291
  repetition_penalty=repetition_penalty,