Skip to content

Commit 4b0963d

Browse files
Updated MedVAE Download Counts (#1245)
Hi, thanks for updating the download counts for Merlin. I'm trying to do something similar for MedVAE. The files are under a folder called `model_weights`, but I don't think it matters for `path_extension` since filepaths are inherently flattened. Please let me know if there are any issues! --------- Co-authored-by: Lucain <[email protected]> Co-authored-by: Lucain <[email protected]>
1 parent 1444f66 commit 4b0963d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
491491
filter: false,
492492
countDownloads: `path_extension:"pt"`,
493493
},
494+
medvae: {
495+
prettyLabel: "MedVAE",
496+
repoName: "MedVAE",
497+
repoUrl: "https://github.com/StanfordMIMI/MedVAE",
498+
filter: false,
499+
countDownloads: `path_extension:"ckpt"`,
500+
},
494501
mitie: {
495502
prettyLabel: "MITIE",
496503
repoName: "MITIE",

0 commit comments

Comments
 (0)