File size: 214 Bytes
a57aa5d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from huggingface_hub import HfApi

api = HfApi()

api.upload_large_folder(
    folder_path="/ceph/home/songchun01/xiaoyuan/humanoid-bench/tdmpc2/logs",
    repo_id="levi2ok/wandb_logs",
    repo_type="dataset",
)