-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support LLaVA-NeXT in Vision SFT #1959
Conversation
do we need to pin the transformer version to the latest? |
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. |
Good point! let me check |
it would be good to pin the transformer to latest due to another PR as well... |
Where do you want to pin the version? I don't think we want to do this in |
@lewtun sorry i meant |
Ah no we don't want to do that because it will lead to a lot of pain for users with conflicting |
LLaVA-NeXT has been added in v4.40.0~235 but the example is failing before huggingface/transformers@e84012737 (not released yet) |
…ace/trl into support-llava-next-vsft
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 once the tests pass!
Closes #1785