Open
Description
After applying GPTQ quantization to the Qwen2.5-VL model and running it on the test set, I observed a drop in accuracy. Are there any methods to help identify or locate the source of this accuracy degradation?
In this situation, should we be trying to locate where exactly the accuracy issue is introduced, or is this kind of degradation expected/normal after quantization?
Environment
Include all relevant environment information:
- Ubuntu22.04
- Python version:3.10.16
- LLM Compressor version: v0.6.0
- torch version: 2.6.0+cu124
- vLLM version: 0.8.5
- CUDA version: 12.8
- transformers version: 4.52.4
- GPU: nvidia H20
recipe = [
GPTQModifier(
targets="Linear",
scheme="W4A16",
sequential_targets=["Qwen2_5_VLDecoderLayer"],
ignore=["lm_head", "re:visual.*"],
),
]
Metadata
Metadata
Assignees
Labels
No labels