rc-foundry 0.1.10__py3-none-any.whl → 0.1.11__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.
- foundry/version.py +2 -2
- {rc_foundry-0.1.10.dist-info → rc_foundry-0.1.11.dist-info}/METADATA +1 -1
- {rc_foundry-0.1.10.dist-info → rc_foundry-0.1.11.dist-info}/RECORD +7 -7
- rf3/inference.py +4 -1
- {rc_foundry-0.1.10.dist-info → rc_foundry-0.1.11.dist-info}/WHEEL +0 -0
- {rc_foundry-0.1.10.dist-info → rc_foundry-0.1.11.dist-info}/entry_points.txt +0 -0
- {rc_foundry-0.1.10.dist-info → rc_foundry-0.1.11.dist-info}/licenses/LICENSE.md +0 -0
foundry/version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 1,
|
|
31
|
+
__version__ = version = '0.1.11'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 1, 11)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rc-foundry
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.11
|
|
4
4
|
Summary: Shared utilities and training infrastructure for biomolecular structure prediction models.
|
|
5
5
|
Author-email: Institute for Protein Design <contact@ipd.uw.edu>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
foundry/__init__.py,sha256=H8S1nl5v6YeW8ggn1jKy4GdtH7c-FGS-j7CqUCAEnAU,1926
|
|
2
2
|
foundry/common.py,sha256=Aur8mH-CNmcUqSsw7VgaCQSW5sH1Bqf8Da91jzxPV1Y,3035
|
|
3
3
|
foundry/constants.py,sha256=0n1wBKCvNuw3QaQehSbmsHYkIdaGn3tLeRFItBrdeHY,913
|
|
4
|
-
foundry/version.py,sha256=
|
|
4
|
+
foundry/version.py,sha256=0-Ruc52ECccw_8Ef0d7jMkzrb8fkobUkZLqGGvcm1ik,706
|
|
5
5
|
foundry/callbacks/__init__.py,sha256=VsRT1e4sqlJHPcTCsfupMEx82Iz-LoOAGPpwvf_OJeE,126
|
|
6
6
|
foundry/callbacks/callback.py,sha256=xZBo_suP4bLrP6gl5uJPbaXm00DXigePa6dMeDxucgg,3890
|
|
7
7
|
foundry/callbacks/health_logging.py,sha256=tEtkByOlaAA7nnelxb7PbM9_dcIgOsdbxCdQY3K5pMc,16664
|
|
@@ -68,7 +68,7 @@ rf3/_version.py,sha256=fCfpbI5aeA6yHqjo3tK78-l2dPGxhp-AyKSoCXp34Nc,739
|
|
|
68
68
|
rf3/alignment.py,sha256=BvvwMqQGCVxV20xIsTighD1kXMadXXL2SkckLjTerx0,2102
|
|
69
69
|
rf3/chemical.py,sha256=VECnRPgVm-icXbZeUG4svcENzdUiIupP6dhka_8zCrg,26572
|
|
70
70
|
rf3/cli.py,sha256=jxjq8u77J8itIK4aNTfIpnMsNgg8brW1A3NfVjlgE0s,2743
|
|
71
|
-
rf3/inference.py,sha256=
|
|
71
|
+
rf3/inference.py,sha256=R_bzJe2K6Ek9uhrkZ97IiVaGKhBaObWc5SWh6MVDLLg,2530
|
|
72
72
|
rf3/kinematics.py,sha256=V3yjalPupu1X2FEp7l3XZR-qzLKrhWLZyECk6RgIkcs,10901
|
|
73
73
|
rf3/scoring.py,sha256=dTllswE-6Fgli2eLiNzLFc2Rhz4ouDT4WL-sVbvLTGU,41541
|
|
74
74
|
rf3/train.py,sha256=V4nqCC_1JKLI3WQ-nErNa8sqFpvb1mFhXSe6ZPpEheM,7945
|
|
@@ -310,8 +310,8 @@ rfd3/configs/trainer/xpu.yaml,sha256=GlUmQcnWtZOcp7wHip5DikKWfOVZTwrTX_HU05A4kc8
|
|
|
310
310
|
rfd3/configs/trainer/loss/losses/diffusion_loss.yaml,sha256=FE4FCEfurE0ekwZ4YfS6wCvPSNqxClwg_kc73cPql5Y,323
|
|
311
311
|
rfd3/configs/trainer/loss/losses/sequence_loss.yaml,sha256=kezbQcqwAZ0VKQPUBr2MsNr9DcDL3ENIP1i-j7h-6Co,64
|
|
312
312
|
rfd3/configs/trainer/metrics/design_metrics.yaml,sha256=xVDpClhHqSHvsf-8StL26z51Vn-iuWMDG9KMB-kqOI0,719
|
|
313
|
-
rc_foundry-0.1.
|
|
314
|
-
rc_foundry-0.1.
|
|
315
|
-
rc_foundry-0.1.
|
|
316
|
-
rc_foundry-0.1.
|
|
317
|
-
rc_foundry-0.1.
|
|
313
|
+
rc_foundry-0.1.11.dist-info/METADATA,sha256=lK8MYr2naArWrcTOenHGERoQTliCfzPDgDave3bpWJI,11873
|
|
314
|
+
rc_foundry-0.1.11.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
315
|
+
rc_foundry-0.1.11.dist-info/entry_points.txt,sha256=BmiWCbWGtrd_lSOFMuCLBXyo84B7Nco-alj7hB0Yw9A,130
|
|
316
|
+
rc_foundry-0.1.11.dist-info/licenses/LICENSE.md,sha256=NKtPCJ7QMysFmzeDg56ZfUStvgzbq5sOvRQv7_ddZOs,1533
|
|
317
|
+
rc_foundry-0.1.11.dist-info/RECORD,,
|
rf3/inference.py
CHANGED
|
@@ -12,7 +12,10 @@ from foundry.utils.logging import suppress_warnings
|
|
|
12
12
|
|
|
13
13
|
# Setup root dir and environment variables (more info: https://github.com/ashleve/rootutils)
|
|
14
14
|
# NOTE: Sets the `PROJECT_ROOT` environment variable to the root directory of the project (where `.project-root` is located)
|
|
15
|
-
|
|
15
|
+
try:
|
|
16
|
+
rootutils.setup_root(__file__, indicator=".project-root", pythonpath=True)
|
|
17
|
+
except Exception:
|
|
18
|
+
pass
|
|
16
19
|
|
|
17
20
|
load_dotenv(override=True)
|
|
18
21
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|