-
Notifications
You must be signed in to change notification settings - Fork 571
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
Add CI to auto-generate inference types #2600
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. |
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 good! thanks @Wauplin
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.
Really cool! Thanks @Wauplin
Merging it now. Hopefully we get our first automated PR by tomorrow 😄 |
This PR adds a Github Action to automatically run the
@huggingface/tasks-gen
scripts +make inference_update
/make style
and open a PR if anything has changed. The workflow is triggered once a day (3am) and can be triggered manually if needed.Here is an example of auto-generated PR: #2664.
The goal of the automated PRs is to get merged regularly. They might need some manual work from time to time (if new parameters for instance).
This workflow file is similar to huggingface/huggingface.js#964 which will auto-update the specs based on TGI/TEI updates.