Skip to content

Commit 3530472

Browse files
authored
fix missing model url (#85)
1 parent b62d576 commit 3530472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orb_models/forcefield/pretrained.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def orb_v3_direct_20_mpa(
410410

411411

412412
def orb_v3_direct_inf_mpa(
413-
weights_path: str = "", # noqa: E501
413+
weights_path: str = "https://orbitalmaterials-public-models.s3.us-west-1.amazonaws.com/forcefields/orb-v3/orb-v3-direct-inf-mpa-20250404.ckpt", # noqa: E501
414414
device: Union[torch.device, str, None] = None,
415415
precision: str = "float32-high",
416416
compile: Optional[bool] = None,

0 commit comments

Comments
 (0)