mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
Disable reduction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user