wandb_logs / pp.py
Levi2ok's picture
Add files using upload-large-folder tool
a57aa5d verified
Raw
History Blame Contribute Delete
214 Bytes
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",
)