Skip to content

Commit

Permalink
Updated MedVAE Download Counts (#1245)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Mar 5, 2025
1 parent 1444f66 commit 4b0963d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
filter: false,
countDownloads: `path_extension:"pt"`,
},
medvae: {
prettyLabel: "MedVAE",
repoName: "MedVAE",
repoUrl: "https://github.com/StanfordMIMI/MedVAE",
filter: false,
countDownloads: `path_extension:"ckpt"`,
},
mitie: {
prettyLabel: "MITIE",
repoName: "MITIE",
Expand Down

0 comments on commit 4b0963d

Please sign in to comment.