Skip to content

Commit 1ec2442

Browse files
pzelaskoVaibhavs10
andauthored
Fix model download count for Canary-Qwen-2.5B (safetensors format in NeMo) (#1664)
Co-authored-by: vb <[email protected]>
1 parent c5a15c7 commit 1ec2442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
703703
repoUrl: "https://github.com/NVIDIA/NeMo",
704704
snippets: snippets.nemo,
705705
filter: true,
706-
countDownloads: `path_extension:"nemo" OR path:"model_config.yaml"`,
706+
countDownloads: `path_extension:"nemo" OR path:"model_config.yaml" OR path_extension:"json"`,
707707
},
708708
"open-oasis": {
709709
prettyLabel: "open-oasis",

0 commit comments

Comments
 (0)