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 6656f0f commit ca09e9dCopy full SHA for ca09e9d
packages/tasks/src/model-libraries.ts
@@ -1180,7 +1180,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
1180
repoName: "HERMES",
1181
repoUrl: "https://github.com/LMD0311/HERMES",
1182
filter: false,
1183
- countDownloads: `path:"ckpt/hermes_final.pth" OR path_extension:"pth" OR path_prefix:"ckpt/" OR path_prefix:"data/"`,
+ countDownloads: `path:"ckpt/hermes_final.pth"`,
1184
},
1185
} satisfies Record<string, LibraryUiElement>;
1186
0 commit comments