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

Bug on Qwen2-VL #282

Open
yusalei opened this issue Sep 25, 2024 · 2 comments
Open

Bug on Qwen2-VL #282

yusalei opened this issue Sep 25, 2024 · 2 comments

Comments

@yusalei
Copy link

yusalei commented Sep 25, 2024

When running the code below
python3 -m lmms_eval \ --model=qwen2_vl \ --model_args pretrained="Qwen/Qwen2-VL-2B-Instruct",device_map=cuda \ --tasks=mmstar,chartqa \ --batch_size=1 \ --log_samples \ --log_samples_suffix=qwen2_vl \ --output_path="./logs/"

I have encoutered the bug like

TypeError: Can't instantiate abstract class Qwen2_VL without an implementation for abstract method 'generate_until_multi_round'

@orrzohar
Copy link

LongVA is also affected:

TypeError: Can't instantiate abstract class LongVA with abstract method generate_until_multi_round                                                                                                                                        

@abzb1
Copy link
Contributor

abzb1 commented Sep 26, 2024

cc. #281

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

No branches or pull requests

3 participants