Skip to content

Commit fd05b83

Browse files
author
hlasimpk
committed
Removed deepspeed_evo_attnetion - was causing errors
1 parent ad8851a commit fd05b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

abcfold/openfold3/af3_to_openfold3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def write_yaml(self, out_file: Union[str, Path]):
242242
" memory:",
243243
" eval:",
244244
" use_cueq_triangle_kernels: true",
245-
" use_deepspeed_evo_attention: true",
245+
" use_deepspeed_evo_attention: false",
246246
"experiment_settings:",
247247
" mode: predict",
248248
f" seeds: {seeds_str}",

0 commit comments

Comments
 (0)