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 f4606b1 commit cf50454Copy full SHA for cf50454
packages/tasks/src/model-libraries.ts
@@ -377,7 +377,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
377
prettyLabel: "Mini-Omni2",
378
repoName: "mini-omni2",
379
repoUrl: "https://github.com/gpt-omni/mini-omni2",
380
- countDownloads: `path_extension:"pt" OR path_extension:"pth"`,
+ countDownloads: `path:"model_config.yaml"`,
381
},
382
mindspore: {
383
prettyLabel: "MindSpore",
0 commit comments