Skip to content

Commit

Permalink
Add cosmos library (#1089)
Browse files Browse the repository at this point in the history
This enables downloads [once these models are assigned the `cosmos`
library](https://huggingface.co/collections/nvidia/cosmos-6751e884dc10e013a0a0d8e6).
Snippets can come later.
  • Loading branch information
pcuenca authored Jan 8, 2025
1 parent 4be8b23 commit 3c3c008
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
filter: false,
countDownloads: `path:"adapter_config.json"`,
},
cosmos: {
prettyLabel: "Cosmos",
repoName: "Cosmos",
repoUrl: "https://github.com/NVIDIA/Cosmos",
countDownloads: `path:"config.json" OR path_extension:"pt"`,
},
"cxr-foundation": {
prettyLabel: "CXR Foundation",
repoName: "cxr-foundation",
Expand Down

0 comments on commit 3c3c008

Please sign in to comment.