Skip to content

Commit

Permalink
Update alphafold3.py (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead authored Sep 14, 2024
1 parent 3543a32 commit c5a694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphafold3_pytorch/alphafold3.py
Original file line number Diff line number Diff line change
Expand Up @@ -5959,7 +5959,7 @@ def __init__(
checkpoint_diffusion_module = False,
detach_when_recycling = True,
pdb_training_set=True,
plm_embeddings: PLMEmbeddings | tuple[PLMEmbedding, ...] | None = None,
plm_embeddings: PLMEmbedding | tuple[PLMEmbedding, ...] | None = None,
plm_kwargs: dict | tuple[dict, ...] | None = None,
constraint_embeddings: int | None = None,
):
Expand Down

0 comments on commit c5a694e

Please sign in to comment.