Skip to content

Commit e2b5e56

Browse files
authored
Update alphafold3.py (#211)
1 parent c026d14 commit e2b5e56

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
@@ -4320,7 +4320,7 @@ def inner(inputs):
43204320
for layer in wrapped_layers:
43214321
inputs = checkpoint(layer, inputs)
43224322

4323-
logits, _ = inputs
4323+
logits, *_ = inputs
43244324
return logits
43254325

43264326
@typecheck

0 commit comments

Comments
 (0)