Skip to content

Commit

Permalink
Revert back to original model size
Browse files Browse the repository at this point in the history
  • Loading branch information
ardagoreci committed Aug 14, 2024
1 parent 2e8f461 commit 72442b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/model/alphafold3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ model:
pairformer_stack:
c_s: ${model.model.c_token}
c_z: ${model.model.c_pair}
no_blocks: 24 # 48
no_blocks: 48
c_hidden_mul: ${model.model.c_hidden_tri_mul}
c_hidden_pair_attn: ${model.model.c_hidden_pair_attn}
no_heads_tri_attn: ${model.model.no_heads_tri_attn}
Expand All @@ -139,7 +139,7 @@ model:
atom_attention_n_keys: 128
atom_decoder_blocks: 3
atom_decoder_heads: 16
token_transformer_blocks: 12 # 24
token_transformer_blocks: 24
token_transformer_heads: 16
sd_data: 16.0
s_max: 160.0
Expand Down

0 comments on commit 72442b3

Please sign in to comment.