-
Notifications
You must be signed in to change notification settings - Fork 138
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
can't load LISA++ #173
Comments
Dear Authors, |
Oh! The new version LISA++ is based on LLaVA-1.5, whereas the current version of LISA code is based on LLaVA. I am sorry to confuse you. Let me see how to update it. |
@Yangsenqiao Hi, any update? |
@Yangsenqiao Hello, any updates on LISA++ code? |
Thanks for your interest in LISA++! I’ve published a new branch named |
Dear authors,
I am currently working with the "Senqiao/LISA_Plus_7b" model and have encountered an issue while loading it using the following code:
When I run this code, I receive a warning indicating that some weights of LISAForCausalLM were not initialized from the model checkpoint and are newly initialized:
['model.mm_projector.bias', 'model.mm_projector.weight']
.Could you please provide guidance on the correct way to load this model to avoid such discrepancies? Your assistance would be greatly appreciated. Thank you for your time!
The text was updated successfully, but these errors were encountered: