From dcf3acb038d564cf9853316982b6d65745cf06d1 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Thu, 15 May 2025 15:24:33 +0200 Subject: [PATCH] feat(tasks): add tracking for `hfendpoints` images --- packages/tasks/src/model-libraries.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 37bb746275..52e1f1dc4a 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -408,6 +408,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { docsUrl: "https://hezarai.github.io/hezar", countDownloads: `path:"model_config.yaml" OR path:"embedding/embedding_config.yaml"`, }, + hfendpoints: { + prettyLabel: "Hugging Face Endpoints", + repoName: "hfendpoints", + repoUrl: "https://github.com/huggingface/hfendpoints", + countDownloads: `path:"handler.py"`, + filter: false, + }, htrflow: { prettyLabel: "HTRflow", repoName: "HTRflow",