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 462b17a commit a62f3c0Copy full SHA for a62f3c0
packages/tasks/src/model-libraries.ts
@@ -747,6 +747,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
747
OR path:"open_clip_pytorch_model.bin"
748
OR path:"pytorch_model.bin"`,
749
},
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
+ },
758
"open-sora": {
759
prettyLabel: "Open-Sora",
760
repoName: "Open-Sora",
0 commit comments