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

[Feature]: Qwen2VL bitsandbytes support #11687

Closed
1 task done
Alina9 opened this issue Jan 2, 2025 · 2 comments · Fixed by #11719
Closed
1 task done

[Feature]: Qwen2VL bitsandbytes support #11687

Alina9 opened this issue Jan 2, 2025 · 2 comments · Fixed by #11719
Assignees

Comments

@Alina9
Copy link

Alina9 commented Jan 2, 2025

🚀 The feature, motivation and pitch

Hi,
I tried to use unsloth/QVQ-72B-Preview-bnb-4bit but received the message
Model Qwen2VLForConditionalGeneration does not support BitsAndBytes quantization yet.

model= LLM(model= unsloth/QVQ-72B-Preview-bnb-4bit,
gpu_memory_utilization=0.95,
max_num_seqs=32,
tensor_parallel_size=torch.cuda.device_count(),
quantization="bitsandbytes",
load_format="bitsandbytes",
dtype=torch.bfloat16,
enforce_eager=True,
max_model_len=4096,
)

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
@jeejeelee jeejeelee self-assigned this Jan 2, 2025
@jeejeelee
Copy link
Collaborator

I'll try it tomorrow.

@Bryce1010
Copy link
Contributor

AttributeError: Model Qwen2VLForConditionalGeneration does not support BitsAndBytes quantization yet.

Watch for this.

@jeejeelee jeejeelee changed the title [Feature]: unsloth/QVQ-72B-Preview-bnb-4bit bitsandbytes support [Feature]: Qwen2VL bitsandbytes support Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants