Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kleinhe
/
SemanticBoost
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2a52ce8
SemanticBoost
/
scripts
/
prepare.py
kleinhe
init
c3d0293
over 1 year ago
raw
Copy download link
history
blame
Safe
216 Bytes
from
huggingface_hub
import
snapshot_download
def
prepare
():
REPO_ID =
'Kleinhe/CAMD'
snapshot_download(repo_id=REPO_ID, local_dir=
'./'
, local_dir_use_symlinks=
False
)
if
__name__ ==
"__main__"
:
prepare()