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 99d7e1b commit 02e3ca2Copy full SHA for 02e3ca2
alphafold3_pytorch/plm.py
@@ -91,6 +91,8 @@ def __init__(self):
91
self.model = T5EncoderModel.from_pretrained("Rostlab/ProstT5")
92
self.embed_dim = 1024
93
94
+ @torch.no_grad()
95
+ @typecheck
96
def forward(
97
self,
98
aa_ids: Int['b n']
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alphafold3-pytorch"
3
-version = "0.5.9"
+version = "0.5.10"
4
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" },
0 commit comments