From ac5ecea174cf85e3303c53c56c2c68db79c30d1a Mon Sep 17 00:00:00 2001 From: Nikodem Bartnik Date: Tue, 2 Jun 2026 09:38:06 +0200 Subject: [PATCH] add LeRobot library to the list --- packages/tasks/src/dataset-libraries.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/tasks/src/dataset-libraries.ts b/packages/tasks/src/dataset-libraries.ts index fbe85fdb3b..2af9f8303f 100644 --- a/packages/tasks/src/dataset-libraries.ts +++ b/packages/tasks/src/dataset-libraries.ts @@ -95,6 +95,12 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/NVIDIA-NeMo/DataDesigner", docsUrl: "https://nvidia-nemo.github.io/DataDesigner/", }, + lerobot: { + prettyLabel: "LeRobot", + repoName: "lerobot", + repoUrl: "https://github.com/huggingface/lerobot", + docsUrl: "https://huggingface.co/docs/lerobot/index", + }, } satisfies Record; /// List of the dataset libraries supported by the Hub