Views
No views yet
Qwen/Qwen3-4B. Calibration-free companion to drawais/Qwen3-4B-AWQ-INT4.| Source params | 4B |
| Quantized weights | ~2.6 GB on disk |
| Inference VRAM (incl. KV cache @ 32K context) | ~6 GB |
1from transformers import AutoTokenizer
2from hqq.models.hf.base import AutoHQQHFModel
3
4tok = AutoTokenizer.from_pretrained("drawais/Qwen3-4B-HQQ-INT4")
5model = AutoHQQHFModel.from_quantized("drawais/Qwen3-4B-HQQ-INT4", device="cuda")