Skip to content

Commit 3c3c008

Browse files
authored
Add cosmos library (#1089)
This enables downloads [once these models are assigned the `cosmos` library](https://huggingface.co/collections/nvidia/cosmos-6751e884dc10e013a0a0d8e6). Snippets can come later.
1 parent 4be8b23 commit 3c3c008

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

+6
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
166166
filter: false,
167167
countDownloads: `path:"adapter_config.json"`,
168168
},
169+
cosmos: {
170+
prettyLabel: "Cosmos",
171+
repoName: "Cosmos",
172+
repoUrl: "https://github.com/NVIDIA/Cosmos",
173+
countDownloads: `path:"config.json" OR path_extension:"pt"`,
174+
},
169175
"cxr-foundation": {
170176
prettyLabel: "CXR Foundation",
171177
repoName: "cxr-foundation",

0 commit comments

Comments
 (0)