diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 7467efb960..a42a2119b2 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",