Skip to content

Commit db6b61f

Browse files
authored
Merge branch 'main' into add_gb10
2 parents d623622 + bbaab87 commit db6b61f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/tasks",
33
"packageManager": "pnpm@10.10.0",
4-
"version": "0.19.66",
4+
"version": "0.19.67",
55
"description": "List of ML tasks for huggingface.co/tasks",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

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)