Skip to content

Commit 15e694b

Browse files
kyle-gionWauplin
andauthored
Add Clara as a library (#1872)
This PR is to add Clara library (ckpt file) tracking to enable download count for the model repos in: 1. https://huggingface.co/collections/nvidia/clara-molecular 2. https://huggingface.co/collections/nvidia/clara-biology CC: @merveenoyan as a follow up to our slack conversation --------- Co-authored-by: Lucain <[email protected]> Co-authored-by: Lucain <[email protected]>
1 parent 85c785f commit 15e694b

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
@@ -241,6 +241,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
241241
repoUrl: "https://github.com/amazon-science/chronos-forecasting",
242242
snippets: snippets.chronos_forecasting,
243243
},
244+
clara: {
245+
prettyLabel: "Clara",
246+
repoName: "Clara",
247+
filter: false,
248+
repoUrl: "https://github.com/nvidia/clara",
249+
countDownloads: `path_extension:"ckpt" OR path:"config.json"`,
250+
},
244251
clipscope: {
245252
prettyLabel: "clipscope",
246253
repoName: "clipscope",

0 commit comments

Comments
 (0)