You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
Describe the bug
I am trying to AWQ 4-bit quantize Qwen/Qwen2-VL-7B-Instruct using LM DEPLOY awq quantization algorithm.
Checklist
Describe the bug
I am trying to AWQ 4-bit quantize Qwen/Qwen2-VL-7B-Instruct using LM DEPLOY awq quantization algorithm.
Reproduction
export HF_MODEL=Qwen/Qwen2-VL-7B-Instruct
export WORK_DIR = /Qwen/Qwen2-VL-7B-Instruct-4BIT-MODEL
lmdeploy lite auto_awq $HF_MODEL --calib-dataset 'ptb' --calib-samples 4 --calib-seqlen 64 --w-bits 4 --w-group-size 128 --batch-size 1 --work-dir $WORK_DIR
Environment
Error traceback
No response
The text was updated successfully, but these errors were encountered: