Spaces:
Running
Running
first successful model download from hf
Browse files- 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)
|