We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3543a32 commit c5a694eCopy full SHA for c5a694e
alphafold3_pytorch/alphafold3.py
@@ -5959,7 +5959,7 @@ def __init__(
5959
checkpoint_diffusion_module = False,
5960
detach_when_recycling = True,
5961
pdb_training_set=True,
5962
- plm_embeddings: PLMEmbeddings | tuple[PLMEmbedding, ...] | None = None,
+ plm_embeddings: PLMEmbedding | tuple[PLMEmbedding, ...] | None = None,
5963
plm_kwargs: dict | tuple[dict, ...] | None = None,
5964
constraint_embeddings: int | None = None,
5965
):
0 commit comments