Where can I find the downloaded repositroy using snapshot_download?

Hi @Saben1 !

You can specify the path for where to download the repository; otherwise, I think it’ll be in a cache folder in your home directory.

from huggingface_hub import snapshot_download

snapshot_download(repo_id="openclimatefix/era5-land", cache_dir="path/to/folder")
1 Like