We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a15c7 commit 1ec2442Copy full SHA for 1ec2442
packages/tasks/src/model-libraries.ts
@@ -703,7 +703,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
703
repoUrl: "https://github.com/NVIDIA/NeMo",
704
snippets: snippets.nemo,
705
filter: true,
706
- countDownloads: `path_extension:"nemo" OR path:"model_config.yaml"`,
+ countDownloads: `path_extension:"nemo" OR path:"model_config.yaml" OR path_extension:"json"`,
707
},
708
"open-oasis": {
709
prettyLabel: "open-oasis",
0 commit comments