boltz-vsynthes 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- boltz/main.py +1 -3
- {boltz_vsynthes-0.1.0.dist-info → boltz_vsynthes-0.1.2.dist-info}/METADATA +4 -4
- {boltz_vsynthes-0.1.0.dist-info → boltz_vsynthes-0.1.2.dist-info}/RECORD +7 -7
- {boltz_vsynthes-0.1.0.dist-info → boltz_vsynthes-0.1.2.dist-info}/WHEEL +0 -0
- {boltz_vsynthes-0.1.0.dist-info → boltz_vsynthes-0.1.2.dist-info}/entry_points.txt +0 -0
- {boltz_vsynthes-0.1.0.dist-info → boltz_vsynthes-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {boltz_vsynthes-0.1.0.dist-info → boltz_vsynthes-0.1.2.dist-info}/top_level.txt +0 -0
boltz/main.py
CHANGED
@@ -1208,7 +1208,7 @@ def predict( # noqa: C901, PLR0915, PLR0912
|
|
1208
1208
|
steering_args = BoltzSteeringParams()
|
1209
1209
|
steering_args.fk_steering = use_potentials
|
1210
1210
|
steering_args.guidance_update = use_potentials
|
1211
|
-
model_cls = Boltz2 if model == "boltz2" else Boltz1
|
1211
|
+
model_cls = Boltz2 if model == "boltz2" else Boltz1
|
1212
1212
|
model_module = model_cls.load_from_checkpoint(
|
1213
1213
|
checkpoint,
|
1214
1214
|
strict=True,
|
@@ -1285,8 +1285,6 @@ def predict( # noqa: C901, PLR0915, PLR0912
|
|
1285
1285
|
if affinity_checkpoint is None:
|
1286
1286
|
affinity_checkpoint = cache / "boltz2_aff.ckpt"
|
1287
1287
|
|
1288
|
-
# device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
1289
|
-
print(f"[{datetime.now().strftime('%H:%M:%S')}] Using device: {device}")
|
1290
1288
|
model_module = Boltz2.load_from_checkpoint(
|
1291
1289
|
affinity_checkpoint,
|
1292
1290
|
strict=True,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: boltz-vsynthes
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: Boltz for VSYNTHES
|
5
5
|
Requires-Python: <3.13,>=3.10
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -28,9 +28,9 @@ Requires-Dist: numba==0.61.0
|
|
28
28
|
Requires-Dist: gemmi==0.6.5
|
29
29
|
Requires-Dist: scikit-learn==1.6.1
|
30
30
|
Requires-Dist: chembl_structure_pipeline==1.2.2
|
31
|
-
Requires-Dist: cuequivariance_ops_cu12
|
32
|
-
Requires-Dist: cuequivariance_ops_torch_cu12
|
33
|
-
Requires-Dist: cuequivariance_torch
|
31
|
+
Requires-Dist: cuequivariance_ops_cu12>=0.5.0
|
32
|
+
Requires-Dist: cuequivariance_ops_torch_cu12>=0.5.0
|
33
|
+
Requires-Dist: cuequivariance_torch>=0.5.0
|
34
34
|
Provides-Extra: lint
|
35
35
|
Requires-Dist: ruff; extra == "lint"
|
36
36
|
Provides-Extra: test
|
@@ -1,5 +1,5 @@
|
|
1
1
|
boltz/__init__.py,sha256=F_-so3S40iZrSZ89Ge4TS6aZqwWyZXq_H4AXGDlbA_g,187
|
2
|
-
boltz/main.py,sha256=
|
2
|
+
boltz/main.py,sha256=nJVS1bG79_pqbMUCiRs0ak7WeOrPtIsJ_LeuHbsa_ms,42544
|
3
3
|
boltz/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
boltz/data/const.py,sha256=1M-88Z6HkfKY6MkNtqcj3b9P-oX9xEXluh3qM_u8dNU,26779
|
5
5
|
boltz/data/mol.py,sha256=maOpPHEGX1VVXCIFY6pQNGF7gUBZPAfgSvuPf2QO1yc,34268
|
@@ -110,9 +110,9 @@ boltz/model/potentials/schedules.py,sha256=m7XJjfuF9uTX3bR9VisXv1rvzJjxiD8PobXRp
|
|
110
110
|
boltz/utils/sdf_splitter.py,sha256=ZHn_syOcmm-fDnJ3YEGyGv_vYz2IRzUW7vbbMSU2JBY,2108
|
111
111
|
boltz/utils/sdf_to_pre_affinity_npz.py,sha256=ro0KGe24JexbJm47J8S8w8Lmr_KaQbzOAb_dKZO2G9I,40384
|
112
112
|
boltz/utils/yaml_generator.py,sha256=ermWIG-BE6nNWHFvpEwpk92N9J-YATpGXZGLvD1I2oQ,4012
|
113
|
-
boltz_vsynthes-0.1.
|
114
|
-
boltz_vsynthes-0.1.
|
115
|
-
boltz_vsynthes-0.1.
|
116
|
-
boltz_vsynthes-0.1.
|
117
|
-
boltz_vsynthes-0.1.
|
118
|
-
boltz_vsynthes-0.1.
|
113
|
+
boltz_vsynthes-0.1.2.dist-info/licenses/LICENSE,sha256=8GZ_1eZsUeG6jdqgJJxtciWzADfgLEV4LY8sKUOsJhc,1102
|
114
|
+
boltz_vsynthes-0.1.2.dist-info/METADATA,sha256=RUv2LCKZ3YPmu2-YqB2EI-Pbe45u2SlXnAoTtgmlEOM,7234
|
115
|
+
boltz_vsynthes-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
116
|
+
boltz_vsynthes-0.1.2.dist-info/entry_points.txt,sha256=nZNYPKKrmAr-MVA0K-ClNRT2p90FV1_14d7HpsESZFQ,211
|
117
|
+
boltz_vsynthes-0.1.2.dist-info/top_level.txt,sha256=MgU3Jfb-ctWm07YGMts68PMjSh9v26D0gfG3dFRmVFA,6
|
118
|
+
boltz_vsynthes-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|