-
Notifications
You must be signed in to change notification settings - Fork 431
[Bot] Update tasks specs #1030
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
[Bot] Update tasks specs #1030
Conversation
This PR has been created as part of #964. Let's not merge for now. |
0553d63
to
3ba1213
Compare
This PR adds a Github Action to automatically run the `@huggingface/tasks-gen` scripts 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: #1030. --- Note: lint issues seems unrelated. But it doesn't seem to happen on main (see [here](https://github.com/huggingface/huggingface.js/actions/workflows/lint.yml?query=branch%3Amain)) so I don't know what's causing it 😕 --------- Co-authored-by: Pauline Bailly-Masson <[email protected]>
3ba1213
to
65c9415
Compare
/** | ||
* A guideline to be used in the chat_template | ||
*/ | ||
guideline?: string; |
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.
Not a fan of this argument as it's not used anymore. Best solution would be to remove it from TGI specs (see slack thread). Let's wait without merging this PR for now.
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.
opened huggingface/text-generation-inference#2762 to remove guideline
from TGI API
81d33ba
to
fb18fe3
Compare
fb18fe3
to
3f9a70d
Compare
3f9a70d
to
592029f
Compare
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.
Looks good now :)
This PR updates the @huggingface/tasks specs. It has been generated by running:
This PR was automatically created by the Tasks - Update specs workflow.
Make sure the changes are correct before merging.