Skip to content

Commit dcf3acb

Browse files
committed
feat(tasks): add tracking for hfendpoints images
1 parent 70b41a6 commit dcf3acb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
408408
docsUrl: "https://hezarai.github.io/hezar",
409409
countDownloads: `path:"model_config.yaml" OR path:"embedding/embedding_config.yaml"`,
410410
},
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+
},
411418
htrflow: {
412419
prettyLabel: "HTRflow",
413420
repoName: "HTRflow",

0 commit comments

Comments
 (0)