drawais/Qwen3-32B-HQQ-INT4
011
Qwen3-32B-HQQ-INT4
INT4 quantization of `Qwen/Qwen3-32B`. Companion to `drawais/Qwen3-32B-AWQ-INT4`.
Footprint
Bench
The companion AWQ release `drawais/Qwen3-32B-AWQ-INT4` scored 100.0% overall on `drawais/needle-1M-bench-mvp` (50K-token haystack, real arxiv text). Same base, comparable quality expected. A direct HQQ score will land once a vLLM-compatible HQQ pathway is finalized.
Quick start
from transformers import AutoTokenizer
from hqq.models.hf.base import AutoHQQHFModel
tok = AutoTokenizer.from_pretrained("drawais/Qwen3-32B-HQQ-INT4")
model = AutoHQQHFModel.from_quantized("drawais/Qwen3-32B-HQQ-INT4", device="cuda")License
Apache 2.0 (inherits from base model).
