Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 2, 2024
1 parent b8acadf commit 9a6f2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphafold3_pytorch/attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def forward(
orig_v = v

if exists(value_residual):
v = v + value_residual
v = 0.5 * (v + value_residual)

# split heads

Expand Down

0 comments on commit 9a6f2da

Please sign in to comment.