cyrusyc commited on
Commit
962fb76
1 Parent(s): 19781e4

first successful model download from hf

Browse files
Files changed (1) hide show
  1. tests/download_models.py +5 -0
tests/download_models.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from huggingface_hub import hf_hub_download
2
+
3
+ fpath = hf_hub_download(repo_id="cyrusyc/mace-universal", subfolder="pretrained", filename="2023-12-12-mace-128-L1_epoch-199.model")
4
+
5
+ print(fpath)