Skip to content

Commit c5a694e

Browse files
authored
Update alphafold3.py (#254)
1 parent 3543a32 commit c5a694e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alphafold3_pytorch/alphafold3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5959,7 +5959,7 @@ def __init__(
59595959
checkpoint_diffusion_module = False,
59605960
detach_when_recycling = True,
59615961
pdb_training_set=True,
5962-
plm_embeddings: PLMEmbeddings | tuple[PLMEmbedding, ...] | None = None,
5962+
plm_embeddings: PLMEmbedding | tuple[PLMEmbedding, ...] | None = None,
59635963
plm_kwargs: dict | tuple[dict, ...] | None = None,
59645964
constraint_embeddings: int | None = None,
59655965
):

0 commit comments

Comments
 (0)