-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cosmos library #1089
Add cosmos library #1089
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,6 +166,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { | |
filter: false, | ||
countDownloads: `path:"adapter_config.json"`, | ||
}, | ||
cosmos: { | ||
prettyLabel: "Cosmos", | ||
repoName: "Cosmos", | ||
repoUrl: "https://github.com/NVIDIA/Cosmos", | ||
filter: false, | ||
pcuenca marked this conversation as resolved.
Show resolved
Hide resolved
|
||
countDownloads: `path:"config.json" OR path_extension:"pt"`, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pcuenca Aren't we counting download twice here? I've checked repos under https://huggingface.co/models?other=cosmos and they seem to have the |
||
}, | ||
"cxr-foundation": { | ||
prettyLabel: "CXR Foundation", | ||
repoName: "cxr-foundation", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to this PR but are these models supposed to be usable with Nemo ? Since they are tagged as "nemo", there is a "use this model" snippet in all of them but with empty snippets. This is due to the fact that the nemo code snippet generator is incomplete (see here
huggingface.js/packages/tasks/src/model-libraries-snippets.ts
Line 1082 in 504fcb4
huggingface.js/packages/tasks/src/model-libraries-snippets.ts
Line 959 in 504fcb4