mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 00:59:46 +00:00
add: util to download behavior data
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from huggingface_hub import snapshot_download
|
||||
|
||||
if __name__ == "__main__":
|
||||
snapshot_download(
|
||||
repo_id="behavior-1k/2025-challenge-demos",
|
||||
repo_type="dataset",
|
||||
local_dir="/fsx/francesco_capuano/behavior1k-2025-v21",
|
||||
)
|
||||
Reference in New Issue
Block a user