Skip to content

Commit

Permalink
make the call that algorithm 23 has an error
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed May 25, 2024
1 parent 7af2f4c commit 31e4eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion alphafold3_pytorch/alphafold3.py
Original file line number Diff line number Diff line change
Expand Up @@ -2676,7 +2676,8 @@ def __init__(
token_transformer_depth = 24,
token_transformer_heads = 16,
atom_decoder_depth = 3,
atom_decoder_heads = 4
atom_decoder_heads = 4,
serial = True # believe they have an error on Algorithm 23. lacking a residual - default to serial architecture until further news
),
edm_kwargs: dict = dict(
sigma_min = 0.002,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "alphafold3-pytorch"
version = "0.0.36"
version = "0.0.37"
description = "Alphafold 3 - Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand Down

0 comments on commit 31e4eeb

Please sign in to comment.