Skip to content

Conversation

@HuggingFaceInfra
Copy link
Contributor

This PR automatically upgrades the @huggingface/tasks and @huggingface/inference packages and regenerates the Inference Providers documentation by running:

cd scripts/inference-providers
pnpm update @huggingface/tasks@latest @huggingface/inference@latest
pnpm run generate

This PR was automatically created by the Update Inference Providers Documentation workflow.

Please review the changes before merging.

@HuggingFaceInfra HuggingFaceInfra force-pushed the update-inference-providers-docs-automated-pr branch 2 times, most recently from 48356c5 to e838067 Compare May 4, 2025 03:27
@HuggingFaceInfra HuggingFaceInfra force-pushed the update-inference-providers-docs-automated-pr branch from e838067 to e100967 Compare May 5, 2025 03:25
….com:huggingface/hub-docs into update-inference-providers-docs-automated-pr
@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@hanouticelina hanouticelina merged commit c84a998 into main May 5, 2025
2 checks passed
@hanouticelina hanouticelina deleted the update-inference-providers-docs-automated-pr branch May 5, 2025 10:17
Copy link
Member

@julien-c julien-c May 5, 2025

Choose a reason for hiding this comment

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

hopefully we want to have at least 1 model deployed for each task in the coming days (by either the automated or manual hf-inference deploys), cc @Vaibhavs10 @tomaarsen @oOraph

Copy link
Member

Choose a reason for hiding this comment

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

yes! deploying models as we speak.. we're skipping the following from automated deploys:

GPU_ONLY_TASKS = [
    "image-to-image",
    "text-to-image",
    "text-to-video",
    "text-generation",
    "automatic-speech-recognition",
    "object-detection",
]
NOT_IMPLEMENTED_TASKS = [
    "text-ranking",
]

Copy link
Member

Choose a reason for hiding this comment

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

For GPU_ONLY_TASKS we can just deploy one of each manually imo

Copy link
Member

Choose a reason for hiding this comment

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

(for the ones where we don't already have a third party provider)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants