Skip to content

Commit

Permalink
change limit
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelteixeiras committed Dec 18, 2023
1 parent a5dc2c3 commit 766fc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/models/tortoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class TortoiseArgs(Coqpit):

# UnifiedVoice params
ar_max_mel_tokens: int = 604
ar_max_text_tokens: int = 402
ar_max_text_tokens: int = 4000 # change limit
ar_max_conditioning_inputs: int = 2
ar_layers: int = 30
ar_model_dim: int = 1024
Expand Down

0 comments on commit 766fc9d

Please sign in to comment.