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 d41ffaa commit b353bacCopy full SHA for b353bac
alphafold3_pytorch/attention.py
@@ -279,7 +279,7 @@ def __init__(
279
window_size = None,
280
scale: float | None = None,
281
enable_attn_softclamp = False,
282
- attn_softclamp_value = 30.
+ attn_softclamp_value = 50.
283
):
284
super().__init__()
285
"""
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alphafold3-pytorch"
3
-version = "0.2.107"
+version = "0.2.108"
4
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" },
0 commit comments