boltz-vsynthes 0.1.1__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 +0 -2
- {boltz_vsynthes-0.1.1.dist-info → boltz_vsynthes-0.1.2.dist-info}/METADATA +1 -1
- {boltz_vsynthes-0.1.1.dist-info → boltz_vsynthes-0.1.2.dist-info}/RECORD +7 -7
- {boltz_vsynthes-0.1.1.dist-info → boltz_vsynthes-0.1.2.dist-info}/WHEEL +0 -0
- {boltz_vsynthes-0.1.1.dist-info → boltz_vsynthes-0.1.2.dist-info}/entry_points.txt +0 -0
- {boltz_vsynthes-0.1.1.dist-info → boltz_vsynthes-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {boltz_vsynthes-0.1.1.dist-info → boltz_vsynthes-0.1.2.dist-info}/top_level.txt +0 -0
boltz/main.py
CHANGED
@@ -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,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
|