-
Notifications
You must be signed in to change notification settings - Fork 338
[Bot] Update Inference Providers documentation #1828
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
base: main
Are you sure you want to change the base?
[Bot] Update Inference Providers documentation #1828
Conversation
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. |
### Text Generation | ||
|
||
Find out more about Text Generation [here](../tasks/text_generation). | ||
|
||
<InferenceSnippet | ||
pipeline=text-generation | ||
providersMapping={ {"nebius":{"modelId":"deepseek-ai/DeepSeek-R1-0528","providerModelId":"deepseek-ai/DeepSeek-R1-0528"} } } | ||
/> |
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.
@Wauplin that's weird, this model should be conversational: https://huggingface.co/api/models?pipeline_tag=text-generation&inference_provider=nebius&sort=likes30d&expand%5B%5D=inferenceProviderMapping&expand%5B%5D=tags&limit=5 🤔 re-running generate gives the same result
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.
It's already present in the chat completion snippet above, fwiw
Should we prevent this widget generation for conversational models ?
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.
yes i mean the task for this model with nebius is conversational
in the inferenceProviderMapping
list so not sure how we generated text generation snippet for this model/provider tuple.
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.
lgtm
a394592
to
6fbfa7d
Compare
6fbfa7d
to
92c43a8
Compare
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.