Skip to content
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

[WIP] support for more vlms #390

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

n1ck-guo
Copy link
Contributor

@n1ck-guo n1ck-guo commented Dec 19, 2024

  • support for more vlms: solvlm, aria(wip), llama-3.2v-cot
  • vl 70b+ on single card
  • new processor for all hf-model
  • modify get_multimodal_block_names (find language/vision/...)

Signed-off-by: n1ck-guo <[email protected]>
@n1ck-guo n1ck-guo requested review from WeiweiZhang1 and wenhuach21 and removed request for WeiweiZhang1 December 19, 2024 06:08
@@ -160,6 +160,9 @@ def __init__(
self.template, model=model, tokenizer=tokenizer, processor=processor, image_processor=image_processor)
dataset = self.template.default_dataset if dataset is None else dataset

if model.config.model_type == "deepseek_vl_v2":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the setting here is a little tricky. Could the quantizing-non-text-module still be supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants