Skip to content

Commit f4606b1

Browse files
committed
Add library
1 parent 9cb9c0d commit f4606b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
373373
repoUrl: "https://github.com/abetlen/llama-cpp-python",
374374
snippets: snippets.llama_cpp_python,
375375
},
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+
},
376382
mindspore: {
377383
prettyLabel: "MindSpore",
378384
repoName: "mindspore",

0 commit comments

Comments
 (0)