From 789b29f7e382f1f5ee9c4f8952e1af3cfa6c18b5 Mon Sep 17 00:00:00 2001 From: Haoxiang Wang Date: Tue, 7 Jan 2025 22:44:52 -0600 Subject: [PATCH 1/2] Update NeMo's countDownloads --- packages/tasks/src/model-libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 7467efb96..2fd410d5e 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -518,7 +518,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/NVIDIA/NeMo", snippets: snippets.nemo, filter: true, - countDownloads: `path_extension:"nemo" OR path:"model_config.yaml"`, + countDownloads: `path_extension:"nemo" OR path:"model_config.yaml OR path:"config.json`, }, "open-oasis": { prettyLabel: "open-oasis", From 7a53ee50e820ff7eb1ef1c34a610e4885519fb04 Mon Sep 17 00:00:00 2001 From: Haoxiang Wang Date: Wed, 8 Jan 2025 03:39:40 -0600 Subject: [PATCH 2/2] Update packages/tasks/src/model-libraries.ts Co-authored-by: Pedro Cuenca --- packages/tasks/src/model-libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 2fd410d5e..a42a2119b 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -518,7 +518,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/NVIDIA/NeMo", snippets: snippets.nemo, filter: true, - countDownloads: `path_extension:"nemo" OR path:"model_config.yaml OR path:"config.json`, + countDownloads: `path_extension:"nemo" OR path:"model_config.yaml" OR path:"config.json"`, }, "open-oasis": { prettyLabel: "open-oasis",