-
Notifications
You must be signed in to change notification settings - Fork 488
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
refactor vision model loading #1482
Conversation
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.
May check if deepseek vl also needs refactoring to avoid downloading weight.
The following models still require downloading the vision model
|
@AllentDan I tried to install minigemini by
But the pipeline still raise error
|
Seems they changed the repo name. https://github.com/dvlab-research/MGM |
@irexyc may update the hint |
deepseek vl won't download vision model |
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.
Tested pipeline and api_server OK.
- llava-v1.6-34b
- Mini-Gemini-7B
- deepseek-vl-1.3b-chat
- Yi-VL-6B
Motivation
Some vlm models have finetuned vision weights and there is no need to download original vision model.