Skip to content

Commit ed5a33a

Browse files
NielsRoggeWauplin
andauthored
Add "mini-omni2" as a library (#984)
This PR makes sure download stats work for https://huggingface.co/gpt-omni/mini-omni2. --------- Co-authored-by: Lucain <[email protected]>
1 parent 850a70e commit ed5a33a

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:"model_config.yaml"`,
381+
},
376382
mindspore: {
377383
prettyLabel: "MindSpore",
378384
repoName: "mindspore",

0 commit comments

Comments
 (0)