Skip to content

Commit a62f3c0

Browse files
Mentors4EDUWauplin
andauthored
Add OpenPeerLLM Model (#1750)
Patch no.2, added OpenPeerLLM in alphabetical order --------- Co-authored-by: Lucain <[email protected]>
1 parent 462b17a commit a62f3c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
747747
OR path:"open_clip_pytorch_model.bin"
748748
OR path:"pytorch_model.bin"`,
749749
},
750+
openpeerllm: {
751+
prettyLabel: "OpenPeerLLM",
752+
repoName: "OpenPeerLLM",
753+
repoUrl: "https://huggingface.co/openpeerai/openpeerllm",
754+
docsUrl: "https://huggingface.co/OpenPeerAI/OpenPeerLLM/blob/main/README.md",
755+
countDownloads: `path:".meta-huggingface.json"`,
756+
filter: false,
757+
},
750758
"open-sora": {
751759
prettyLabel: "Open-Sora",
752760
repoName: "Open-Sora",

0 commit comments

Comments
 (0)