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.
hfendpoints
1 parent 70b41a6 commit dcf3acbCopy full SHA for dcf3acb
packages/tasks/src/model-libraries.ts
@@ -408,6 +408,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
408
docsUrl: "https://hezarai.github.io/hezar",
409
countDownloads: `path:"model_config.yaml" OR path:"embedding/embedding_config.yaml"`,
410
},
411
+ hfendpoints: {
412
+ prettyLabel: "Hugging Face Endpoints",
413
+ repoName: "hfendpoints",
414
+ repoUrl: "https://github.com/huggingface/hfendpoints",
415
+ countDownloads: `path:"handler.py"`,
416
+ filter: false,
417
+ },
418
htrflow: {
419
prettyLabel: "HTRflow",
420
repoName: "HTRflow",
0 commit comments