-
Notifications
You must be signed in to change notification settings - Fork 291
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
Update tasks (important ones) #1163
Conversation
Co-authored-by: vb <[email protected]>
Co-authored-by: vb <[email protected]>
@Vaibhavs10 thanks for swift review, I addressed your comments |
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.
ty! good to merge imo (we can ignore the lint CI error)
we need a review from codeowners I think (but also nearly none of the tests pass so idk) |
(checking the linter) |
|
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.
@coyotte508 fixed the CI 🫡
Co-authored-by: Pedro Cuenca <[email protected]>
should fix lint issue introduced in #1163 will merge if lint CI gets green
I'm planning to open a follow-up PR to this with more explanatory content on text generation because I see community is quite confused with DeepSeek being out and people don't know difference between model types etc. Also we need to update docs with new inference providers etc.
For now this PR updates VLM widget to Qwen2VL because Llama Vision isn't open to everyone + updates some text generation and VLMs on tasks (I find these changes to be a bit more prio hence don't want to open a big PR that will take long to get merged)