Skip to content

Commit 5e0002c

Browse files
committed
fix an issue @amorehead is running into during training
1 parent 14dfeb8 commit 5e0002c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

alphafold3_pytorch/trainer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def __init__(
219219
beta = ema_decay,
220220
include_online_model = False,
221221
allow_different_devices = True,
222+
coerce_dtype = True,
222223
**ema_kwargs
223224
)
224225

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.5.45"
3+
version = "0.5.46"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" },
@@ -33,7 +33,7 @@ dependencies = [
3333
"CoLT5-attention>=0.11.0",
3434
"einops>=0.8.0",
3535
"einx>=0.2.2",
36-
"ema-pytorch>=0.5.0",
36+
"ema-pytorch>=0.6.3",
3737
"environs",
3838
"lion-pytorch>=0.2.2",
3939
"joblib",

0 commit comments

Comments
 (0)