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