Commit 7d442323 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Change chunk tuning defaults

parent 4c1cf6e2
......@@ -498,7 +498,7 @@ class EvoformerStack(nn.Module):
inf: float,
eps: float,
clear_cache_between_blocks: bool = False,
tune_chunk_size: bool = True,
tune_chunk_size: bool = False,
**kwargs,
):
"""
......@@ -665,7 +665,7 @@ class ExtraMSAStack(nn.Module):
ckpt: bool,
clear_cache_between_blocks: bool = False,
chunk_msa_attn: bool = False,
tune_chunk_size: bool = True,
tune_chunk_size: bool = False,
**kwargs,
):
super(ExtraMSAStack, self).__init__()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment