Skip to content

Commit 30dfba4

Browse files
3meijulien-c
andauthored
Add NeMo Data Designer in DATASET_LIBRARIES_UI_ELEMENTS (#1870)
Add [NeMo Data Designer Library](https://github.com/NVIDIA-NeMo/DataDesigner/) as one of the libraries that can be associated with datasets. --------- Co-authored-by: Julien Chaumond <julien@huggingface.co>
1 parent 2c2de89 commit 30dfba4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/dataset-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
8383
repoUrl: "https://github.com/duckdb/duckdb",
8484
docsUrl: "https://huggingface.co/docs/hub/datasets-duckdb",
8585
},
86+
datadesigner: {
87+
prettyLabel: "NeMo Data Designer",
88+
repoName: "datadesigner",
89+
repoUrl: "https://github.com/NVIDIA-NeMo/DataDesigner",
90+
docsUrl: "https://nvidia-nemo.github.io/DataDesigner/",
91+
},
8692
} satisfies Record<string, DatasetLibraryUiElement>;
8793

8894
/// List of the dataset libraries supported by the Hub

0 commit comments

Comments
 (0)