Skip to content

Commit 4d3abd1

Browse files
authored
Fix countDownloads query
1 parent 926b13b commit 4d3abd1

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
@@ -685,7 +685,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
685685
repoName: "mochi-1-preview",
686686
repoUrl: "https://github.com/genmoai/models",
687687
filter: false,
688-
countDownloads: `path_extension:"safetensors" OR path_extension:"pt"`,
688+
countDownloads: `path:"vae_stats.json"`,
689689
},
690690
tensorflowtts: {
691691
prettyLabel: "TensorFlowTTS",

0 commit comments

Comments
 (0)