-
Notifications
You must be signed in to change notification settings - Fork 560
Add MAGI-1 library #1386
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 MAGI-1 library #1386
Changes from 4 commits
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 |
|---|---|---|
|
|
@@ -508,6 +508,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { | |
| repoName: "mindspore", | ||
| repoUrl: "https://github.com/mindspore-ai/mindspore", | ||
| }, | ||
| "magi-1": { | ||
| prettyLabel: "MAGI-1", | ||
| repoName: "MAGI-1", | ||
| repoUrl: "https://github.com/SandAI-org/MAGI-1", | ||
| countDownloads: `path_extension:"json"`, | ||
|
||
| }, | ||
| "mamba-ssm": { | ||
| prettyLabel: "MambaSSM", | ||
| repoName: "MambaSSM", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
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.
as @Vaibhavs10 mentioned, you'll need to set
library_name: "magi-1"in your model card metadata to make this workThere 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.
Thanks for your advice and I have set
library_name: "magi-1"in the model card. Does the appearance of the symbol in the image mean the settings are correct?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.
yes!