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 14dfeb8 commit 5e0002cCopy full SHA for 5e0002c
alphafold3_pytorch/trainer.py
@@ -219,6 +219,7 @@ def __init__(
219
beta = ema_decay,
220
include_online_model = False,
221
allow_different_devices = True,
222
+ coerce_dtype = True,
223
**ema_kwargs
224
)
225
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alphafold3-pytorch"
3
-version = "0.5.45"
+version = "0.5.46"
4
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" },
@@ -33,7 +33,7 @@ dependencies = [
33
"CoLT5-attention>=0.11.0",
34
"einops>=0.8.0",
35
"einx>=0.2.2",
36
- "ema-pytorch>=0.5.0",
+ "ema-pytorch>=0.6.3",
37
"environs",
38
"lion-pytorch>=0.2.2",
39
"joblib",
0 commit comments