Skip to content

Commit ca09e9d

Browse files
authored
Update packages/tasks/src/model-libraries.ts
1 parent 6656f0f commit ca09e9d

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
@@ -1180,7 +1180,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
11801180
repoName: "HERMES",
11811181
repoUrl: "https://github.com/LMD0311/HERMES",
11821182
filter: false,
1183-
countDownloads: `path:"ckpt/hermes_final.pth" OR path_extension:"pth" OR path_prefix:"ckpt/" OR path_prefix:"data/"`,
1183+
countDownloads: `path:"ckpt/hermes_final.pth"`,
11841184
},
11851185
} satisfies Record<string, LibraryUiElement>;
11861186

0 commit comments

Comments
 (0)