-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
fix: Add 'image-text-to-text' to TASK_MAPPING
#37107
Conversation
Hi 👋, thank you for opening this pull request! The pull request is converted to draft by default. The CI will be paused while the PR is in draft mode. When it is ready for review, please click the |
This is in |
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 thanks for updating!
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.
Thanks!
Yeah it seems unrelated, we can merge for you once a fix has been released on |
It seems like the issue has been fixed on main now, but I can't re-trigger the tests - are you able to? |
cc @ydshieh to merge 🤗 |
Thank you for the pin. I just merge some fix, let's update the branch (I am doing it now) to see if my patch work well or not 🙏 |
well, happy it works (at least for some runs so far) |
Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
What does this PR do?
The
TASK_MAPPING
dictionary, mapping pipeline tags to the list of architectures that support that task, is missing the new image-text-to-text pipeline tag. This PR simply adds that missing one.Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@ArthurZucker @amyeroberts @qubvel