Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all the images should show up here: https://huggingface.co/models?other=hfendpoints (whisper + sglang one too)

prettyLabel: "Hugging Face Endpoints",
repoName: "hfendpoints",
repoUrl: "https://github.com/huggingface/hfendpoints",
countDownloads: `path:"handler.py"`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tho I wonder if we can't just add a config.json in the root of the repo and get usage stats automatically? IIRC IE clones the entire repo so config.json would be too.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jinx 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or just use another log for telemetry (we have other systems at the infra level)

filter: false,
},
htrflow: {
prettyLabel: "HTRflow",
repoName: "HTRflow",
Expand Down