Skip to content

Commit 43ccb98

Browse files
committed
forward mask in template embedder
1 parent a48f4f6 commit 43ccb98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alphafold3_pytorch/alphafold3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ def forward(
16951695

16961696
# layers
16971697

1698-
templates = to_layers_fn(templates)
1698+
templates = to_layers_fn(templates, mask = mask)
16991699

17001700
# final norm
17011701

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" },

0 commit comments

Comments
 (0)