From d2645cb19fc521e5b117fe03d90a84f698d3d3f6 Mon Sep 17 00:00:00 2001 From: Francesco Capuano <74058581+fracapuano@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:13:56 +0200 Subject: [PATCH] fix(docs): Record-Upload failed? Don't panic! (#1478) * fix: add instruction to manually upload dataset Signed-off-by: Francesco Capuano <74058581+fracapuano@users.noreply.github.com> * fix: repo type is explicited --------- Signed-off-by: Francesco Capuano <74058581+fracapuano@users.noreply.github.com> Co-authored-by: Michel Aractingi --- docs/source/il_robots.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/il_robots.mdx b/docs/source/il_robots.mdx index cfa0a280..2e8ac361 100644 --- a/docs/source/il_robots.mdx +++ b/docs/source/il_robots.mdx @@ -282,6 +282,12 @@ Your dataset will be automatically tagged with `LeRobot` for the community to fi You can look for other LeRobot datasets on the hub by searching for `LeRobot` [tags](https://huggingface.co/datasets?other=LeRobot). +You can also push your local dataset to the Hub manually, running: +```bash +huggingface-cli upload ${HF_USER}/record-test ~/.cache/huggingface/lerobot/{repo-id} --repo-type dataset +``` + + #### Record function The `record` function provides a suite of tools for capturing and managing data during robot operation: