Skip to content

Commit

Permalink
update ref conformers (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesboitreaud authored Sep 18, 2024
1 parent 675cd94 commit edeb695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chai_lab/utils/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def get_path(self) -> Path:


cached_conformers = Downloadable(
url="https://chaiassets.com/chai1-inference-depencencies/conformers.apkl",
path=downloads_path.joinpath("conformers.apkl"),
url="https://chaiassets.com/chai1-inference-depencencies/conformers_v1.apkl",
path=downloads_path.joinpath("conformers_v1.apkl"),
)


Expand Down

0 comments on commit edeb695

Please sign in to comment.