Disable reduction

This commit is contained in:
Eren Gölge 2023-05-18 11:12:51 +02:00
parent bc0a532c7a
commit 9e99e0f42d
1 changed files with 1 additions and 1 deletions

View File

@ -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