Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed May 14, 2024
1 parent 8d4cfbf commit 991f213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alphafold3_pytorch/alphafold3.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ def forward(
return self.to_out(out)

class MSAModule(Module):
""" Algorithm 8 """

def __init__(
self,
*,
Expand Down

0 comments on commit 991f213

Please sign in to comment.