mirror of https://github.com/coqui-ai/TTS.git
Disable reduction
This commit is contained in:
parent
bc0a532c7a
commit
9e99e0f42d
|
@ -255,7 +255,7 @@ class TortoiseArgs(Coqpit):
|
|||
"""
|
||||
|
||||
autoregressive_batch_size: int = 1
|
||||
enable_redaction: bool = True
|
||||
enable_redaction: bool = False
|
||||
high_vram: bool = False
|
||||
kv_cache: bool = True
|
||||
ar_checkpoint: str = None
|
||||
|
|
Loading…
Reference in New Issue