-
Notifications
You must be signed in to change notification settings - Fork 374
Update provider registration instructions for org plans #1853
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
Conversation
Clarifies that organizations must be upgraded to a Team or Enterprise plan to proceed with provider registration, improving guidance for enterprise users.
|
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. |
| - `hfModel` is indeed of `pipeline_tag == task` OR `task` is "conversational" and the model is | ||
| compatible (i.e. the `pipeline_tag` is either "text-generation" or "image-text-to-text" AND the model is tagged as "conversational"). | ||
| - (in the future) we auto-test that the Partner's API successfully responds to a | ||
| - we auto-test that the Partner's API successfully responds to a |
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.
| - we auto-test that the Partner's API successfully responds to a | |
| - we automatically test whether the Partner API correctly handles huggingface.js/inference calls for the relevant task, ensuring the API specifications are valid. |
suggestion: the earlier sentence read a bit weird to me
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.
thanks it's updated in f02ebae
| compatible (i.e. the `pipeline_tag` is either "text-generation" or "image-text-to-text" AND the model is tagged as "conversational"). | ||
| - (in the future) we auto-test that the Partner's API successfully responds to a | ||
| - we auto-test that the Partner's API successfully responds to a | ||
| huggingface.js/inference call of the corresponding task i.e. the API specs are valid. |
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.
| huggingface.js/inference call of the corresponding task i.e. the API specs are valid. |
in case you accept the above suggestion.
Clarifies that organizations must be upgraded to a Team or Enterprise plan to proceed with provider registration.