Skip to content

Commit

Permalink
Merge pull request #285 from ACEsuit/develop
Browse files Browse the repository at this point in the history
update mace-off printing info
  • Loading branch information
ilyes319 authored Jan 8, 2024
2 parents fc3c75c + 87d8749 commit 4d2d1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mace/calculators/foundations_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ def mace_off(
# download and save to disk
print(f"Downloading MACE model from {checkpoint_url!r}")
print(
f"By downloading the model you accept the ASL license, see https://github.com/gabor1/ASL"
f"The model is distributed under the Academic Software License (ASL) license, see https://github.com/gabor1/ASL \n To use the model you accept the terms of the license."
)
print("ASL is based on the Gnu Public License, but does not permit commercial use")
urllib.request.urlretrieve(checkpoint_url, cached_model_path)
print(f"Cached MACE model to {cached_model_path}")
model = cached_model_path
Expand Down

0 comments on commit 4d2d1c4

Please sign in to comment.