Real AWQ (Activation-Aware Weight Quantization) applied to
Qwen/Qwen2.5-VL-3B-Instruct.
Quantized using
AutoAWQ with 64 calibration samples from the Pile dataset.
Weights are stored as packed INT4 in (8 values per int32). At inference time, the Triton GEMM kernel unpacks INT4 weights per-tile and performs FP16 dot products in a fused kernel — weights never exist as a full FP16 matrix in GPU memory.
This model was quantized as part of a research project on deploying Vision-Language Models on edge devices (NVIDIA Jetson Orin Nano 8GB). See the full benchmark at the project repository.