We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb9c0d commit f4606b1Copy full SHA for f4606b1
packages/tasks/src/model-libraries.ts
@@ -373,6 +373,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
373
repoUrl: "https://github.com/abetlen/llama-cpp-python",
374
snippets: snippets.llama_cpp_python,
375
},
376
+ "mini-omni2": {
377
+ prettyLabel: "Mini-Omni2",
378
+ repoName: "mini-omni2",
379
+ repoUrl: "https://github.com/gpt-omni/mini-omni2",
380
+ countDownloads: `path_extension:"pt" OR path_extension:"pth"`,
381
+ },
382
mindspore: {
383
prettyLabel: "MindSpore",
384
repoName: "mindspore",
0 commit comments