from huggingface_hub import snapshot_download snapshot_download( repo_id="TianxingChen/RoboTwin2.0", local_dir=".", repo_type="dataset", resume_download=True, )