diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 7467efb960..dfa0338bad 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -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",