Add available list of raw repo ids (#312)

This commit is contained in:
Remi
2024-07-13 11:30:50 +02:00
committed by GitHub
parent 471eab3d7e
commit 5ffcb48a9a
2 changed files with 49 additions and 46 deletions

View File

@@ -208,8 +208,8 @@ def push_dataset_to_hub(
raw_dir = Path(raw_dir)
if not raw_dir.exists():
raise NotADirectoryError(
f"{raw_dir} does not exists. Check your paths or run this command to download an existing raw dataset on the hub:"
f"python lerobot/common/datasets/push_dataset_to_hub/_download_raw.py --raw-dir your/raw/dir --repo-id your/repo/id_raw"
f"{raw_dir} does not exists. Check your paths or run this command to download an existing raw dataset on the hub: "
f"`python lerobot/common/datasets/push_dataset_to_hub/_download_raw.py --raw-dir your/raw/dir --repo-id your/repo/id_raw`"
)
if local_dir: