mlip-arena / tests /download_models.py
cyrusyc's picture
first successful model download from hf
962fb76
raw
history blame
191 Bytes
from huggingface_hub import hf_hub_download
fpath = hf_hub_download(repo_id="cyrusyc/mace-universal", subfolder="pretrained", filename="2023-12-12-mace-128-L1_epoch-199.model")
print(fpath)