-
Notifications
You must be signed in to change notification settings - Fork 564
feat(tasks): add tracking for hfendpoints images
#1455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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"`, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tho I wonder if we can't just add a
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. jinx 😄
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
|
||
There was a problem hiding this comment.
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)